This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[Patch] java: Align data in .rodata.jutf8.* sections.


FYI: I finally committed this (with the bonus formatting correction patch).

It was approved by Tom Tromey back in:

http://gcc.gnu.org/ml/java-patches/2010-q2/msg00006.html

Tested on x86_64-unknown-linux-gnu and mips64-unknown-linux-gnu.

It saves 1MB (out of 30) in libgcj.so's .text on mips64-linux. No change on x86_64.

2010-08-05 David Daney <ddaney@caviumnetworks.com>

* class.c (build_utf8_ref): Fix code formatting from previous commit.

2010-08-05 David Daney <ddaney@caviumnetworks.com>

* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.


Attachment: p1.patch
Description: Text document

Attachment: p2.patch
Description: Text document


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