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: naming conflicts in libgcj.a


Per Bothner wrote:

> * Reduced duplication of literals (Utf8Consts, mainly).
> (I.e. we only need one UtfConst for "java.lang.StringBuffer"
> per package rather than one per class that references it.) 


It can actually do this anyway (with recent GNU binutils) if we can 
teach GCC to put the Utf8Consts into SHF_MERGE sections. GCC supports it 
but for some reason it doesn't happen for Java.

regards

Bryce.



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