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: Completed Plan for --gc-sections on gcj [IGNORE my previous posts]


One more tweak -- I just realized that COFF limits section names to 8
characters.  The .jmd<classname> and .otable<classname> sections can
just be .jmd and .otable -- it doesn't matter if all the otables for
all the classes get smashed together so long as they are kept in the
right order.

I'm still trying to come up with a solution for the
.overrides<methodname> sections, but I don't think it will be
impossible to work around.

  - a

-- 
Microsoft follows standards the same way fish follow migrating caribou.


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