[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The jit_context
class provides a C++ counterpart to the
C jit_context_t
type. See section Initializing the JIT, for more
information on creating and managing contexts.
Construct a new JIT context. This is equivalent to calling
jit_context_create
in the C API. The raw C context is
destroyed when the jit_context
object is destructed.
Construct a new JIT context by wrapping up an existing raw C context. This is useful for importing a context from third party C code into a program that prefers to use C++.
When you use this form of construction, jit_context_destroy
will not be called on the context when the jit_context
object is destructed. You will need to arrange for that manually.
Destruct a JIT context.
Start an explicit build process. Not needed if you will be using on-demand compilation.
End an explicit build process.
Get the raw C context pointer that underlies this object.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Klaus Treichel on May, 11 2008 using texi2html 1.78.