Re: [jruby-dev] JIT Compilation

2007-06-26 Thread Van Simmons
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

Re: [jruby-dev] JIT Compilation

2007-06-26 Thread Charles Oliver Nutter
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

[jruby-dev] JIT Compilation

2007-06-26 Thread Van Simmons
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