Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Asynchronous Compilation #30

Open
mgaudet opened this issue Dec 19, 2016 · 2 comments
Open

Asynchronous Compilation #30

mgaudet opened this issue Dec 19, 2016 · 2 comments

Comments

@mgaudet
Copy link

mgaudet commented Dec 19, 2016

Currently compilations happen on the main application thread: This can be a latency impact. A great way to work around this is to do the compilation on a dedicated thread.

We can maybe take some inspiration from Charlie Gracie's work on on doing asynchronous compilation in SOM++:

https://github.com/charliegracie/SOMpp/blob/omr_jitbuilder/src/vm/Universe.cpp#L322

@mgaudet
Copy link
Author

mgaudet commented Apr 19, 2017

Currently stuck on this

@mgaudet
Copy link
Author

mgaudet commented Apr 21, 2017

So, I have something that doesn't pass make test here, but can run some applications.

@mgaudet mgaudet removed their assignment Aug 14, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant