26 #ifndef _RECOMPILER_HPP
27 #define _RECOMPILER_HPP
69 #endif // _RECOMPILER_HPP
std::queue< methodinfo * > _methods
void queue_method(methodinfo *m)
Queue a method for recompilation.
Dummy implementation of a mutex.
Thread for JIT recompilations.
Dummy condition variable.
~Recompiler()
Stop the worker thread.
static void thread()
Worker thread.
bool _run
Flag to stop worker thread.
void Recompiler_queue_method(methodinfo *m)
bool start()
Start the worker thread.