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: class initialization check overhead


Jeff Sturm writes:

 > It occurred to me that your gcj builtins framework could be widely
 > applied to certain often-called routines in java.lang.  Other good
 > candidates are Object.getClass() and String.equals().
 > 
 > Automatic inlining of these methods isn't likely to happen anytime soon,
 > if ever.

Automatic inlining of native CNI methods is very hard, and I don't
expect it either!

Andrew.


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