Ben: I am sure your observations are certainly correct about
differences between OSes and what JITTing does, but we have noticed
that universally once a method gets big enough perf sucks. Even if it
is a single platform which exhibits this behavior (since perhaps only
one OS generates enough code
On Sat, Jan 16, 2010 at 1:03 AM, Charles Oliver Nutter
wrote:
> I have found an interesting clue to poor startup!
>
> It appears that DefaultRubyParser.yyparse (the main parser method) is
> *still* never being jitted by the JVM, in either client or server
> modes (at least on OS X Java, which shou
I have found an interesting clue to poor startup!
It appears that DefaultRubyParser.yyparse (the main parser method) is
*still* never being jitted by the JVM, in either client or server
modes (at least on OS X Java, which should be pretty normal).
Here's the output of PrintCompilation | grep yypa