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 need to in the tree-building code to make sure that the AST can be JIT compiled. Any input or thoughts would be appreciated. thx Van
