gcj performance on Solaris 2.6
Tom Tromey
tromey@redhat.com
Mon Jul 30 21:30:00 GMT 2001
>>>>> "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
More information about the Java
mailing list