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: about non-compatible optimization (was: Re: patch to bring java vtables closer to g++ abi conformance)


Andrew Haley writes:
 > 
 >  > For now I think simply moving initialization to the caller would improve 
 >  > things a lot.
 > 
 > Perhaps, but it would complicate the business of converting to doing
 > it the Right Way (TM).  :-)

Can I make a suggestion?  If we do change to doing the initialization
at the call site, let's leave the old scheme as a compiler option so
that it's really easy to switch back.  That will make it much more
easy for me to experiment with multiple entry points and find out how
much of a difference it makes.

Andrew.


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