On 6/26/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
Van Simmons wrote:
> All:
>
> Is there a way to determine via API that some piece of code has been
> JIT-compiled? Is there API available in JRuby 1.0 to cause JIT
> compilation to occur?
>
Hmm, an API for this...interesting. I don't
Van Simmons wrote:
All:
Is there a way to determine via API that some piece of code has been
JIT-compiled? Is there API available in JRuby 1.0 to cause JIT
compilation to occur?
As a bit of context, I'm writing a DSL in ruby which will emit an AST
which I'll then walk millions of times. I
All:
Is there a way to determine via API that some piece of code has been
JIT-compiled? Is there API available in JRuby 1.0 to cause JIT compilation
to occur?
As a bit of context, I'm writing a DSL in ruby which will emit an AST which
I'll then walk millions of times. I'd like to do whatever I