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: compacting _Jv_Utf8Const


Adam Megacz wrote:

Per Bothner <per@bothner.com> writes:

So the savings would be 3.5 bytes per name.  Is that enough to be
worth while?


I'm more concerned about space wasteage that won't be removed by gzip
compression.

For embedded system we care about memory usage, not just download speed. One could compare the meta-data in the core image, and "lazily" (when needed) uncompress them, but I think that may be trickier to make work well. -- --Per Bothner per@bothner.com http://per.bothner.com/


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