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]

Re: gcj performance on Solaris 2.6


>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:

Jeff> How would you suggest I get this into the specs?  I'm still weak
Jeff> on that part of the compiler.

One way, if it works, would be to add it in libgcj.spec.  That is a
very easy (though a bit obscure).  You'd have to test to make sure the
user can successfully disable it though.

Otherwise, one way would be to add something like this to the @java
entry in lang-specs.h:

    %{!fno-keep-inline-functions:-fkeep-inline-functions}

This is still a bit obscure.  I think it would be nicer to explicitly
initalize flag_keep_inline_functions somewhere.  But that might not be
(easily) possible.

Tom


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