« Return to Thread: AOT and max. JIT methods

AOT and max. JIT methods

by Mirko Stocker-2 :: Rate this Message:

Reply to Author | View in Thread

Hi!

I read about the limitation of the maximum number of JITed methods and
wondered if the AOT compiler can help here. If I AOT compile a class, there's
just one Java class for the whole file and not one per method, right? So I
could use the AOT compiler to make sure that performance critical methods are
always compiled and let JIT handle the rest.. would that work?
(Unfortunately, I don't really have a suitable project at hand to test this,
I'm just curious :) )

Thanks

Mirko


signature.asc (196 bytes) Download Attachment

 « Return to Thread: AOT and max. JIT methods