This is the mail archive of the java@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: -X options?


Hello again,

 -Xjitcache:PATH   set path for storing cached JIT compilations
 -Xjitopts:OPTS    specify options to pass to JIT compiler

Wow - I did not know at all that GIJ has an integrated jit compiler now.

Its basically a GCJ compiling the code into shared-libs and loading it, right?
How fast is the generated code and are the jit-results beeing cached from run to run (btw how hard would it to implement this)?


Thanks, lg Clemens


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