Thread for JIT recompilations.
More...
Thread for JIT recompilations.
Definition at line 39 of file recompiler.hpp.
Recompiler::Recompiler |
( |
| ) |
|
|
inline |
Recompiler::~Recompiler |
( |
| ) |
|
Queue a method for recompilation.
Add a method to the recompilation queue and signal the recompilation thread that there is some work to do.
- Parameters
-
Definition at line 195 of file recompiler.cpp.
bool Recompiler::start |
( |
| ) |
|
Start the worker thread.
Start the recompilation thread.
- Returns
- true on success, false otherwise.
Definition at line 178 of file recompiler.cpp.
void Recompiler::thread |
( |
| ) |
|
|
staticprivate |
Worker thread.
The actual recompilation thread.
Definition at line 133 of file recompiler.cpp.
The documentation for this class was generated from the following files:
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/optimizing/recompiler.hpp
- /home/bbc/buildbot/slave/doxygen-compiler2/source/cacao/src/vm/jit/optimizing/recompiler.cpp