This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: direct threading


>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:

Tom> Running this against the infamous `prime' benchmark I saw around
Tom> a 20% speedup.  That seems good, except that the JDK 1.2
Tom> interpreter is still nearly twice as fast.  My guess is that
Tom> we're paying too much for function calls, but I haven't really
Tom> investigated (nor do I intend to).

Oh, another thing I forgot -- we might be able to get another good
speedup by implementing the recommendations in "Stack Caching for
Interpreters", by Anton Ertl.  I haven't investigated exactly how we
might go about that.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]