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: Deja Vu: multiple definition of `java::lang::String::length()'?



Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> How about __attribute__ ((always_inline)) ?

Okay, this works, but I'm at a loss for how to add it to gcjh -- it
assumes that it doesn't need to know if the method is 'decompilable'
until after the function name and arg list have been printed to the
output file -- at which point it's too late to add an __attribute__.

Is there any way for me to add this to gcjh without major
restructuring?

  - a

-- 
"If I put copyrighted material into the 'chewy nougat center', I can
 claim the crunchy chocolate coating is an 'Access Control
 Mechanism'."                                     --lynx_user_abroad

Why Windows NT/2k/XP is unreliable: www.zappadoodle.com


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