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: gcj executable size reduction?


Boehm, Hans wrote:

There's a related problem, which is on my to-do list for the garbage collector.
It appears that at least for X86 Linux, exception range tables end up in
a writable data segment.



Unfortunately, the otherwise static and read-only DWARF2 EH info contains a reference to the global function __gcj_personality_v0 in every CIE entry. That requires a runtime relocation so its probably why the EH info ends up in a writable section.


Regards

Bryce


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