Related articles |
---|
Facts about the Java class file format pilz@ifi.unizh.ch (Markus Pilz) (1998-10-17) |
Re: Facts about the Java class file format tlh20@cam.ac.uk (Tim Harris) (1998-10-21) |
Re: Facts about the Java class file format jgm@CS.Cornell.EDU (Greg Morrisett) (1998-10-24) |
Re: Facts about the Java class file format monnier+comp/compilers/news/@tequila.cs.yale.edu (Stefan Monnier) (1998-10-30) |
Re: Facts about the Java class file format Jan.Vitek@cui.unige.ch (1998-10-30) |
Re: Facts about the Java class file format pilz@ifi.unizh.ch (1998-10-30) |
Re: Facts about the Java class file format albaugh@agames.com (1998-11-01) |
From: | Stefan Monnier <monnier+comp/compilers/news/@tequila.cs.yale.edu> |
Newsgroups: | comp.compilers |
Date: | 30 Oct 1998 13:05:27 -0500 |
Organization: | Compilers Central |
References: | 98-10-108 98-10-129 98-10-147 |
Keywords: | Java, performance |
>>>>> "Greg" == Greg Morrisett <jgm@CS.Cornell.EDU> writes:
> There was a paper in PLDI ('97?) by Steve Lucco and either Dave
> Hanson or Chris Frasier that described a way to get much better
> compression on "binaries" than what you get with gzip.
There was also an interesting somewhat LZW-like compression (but based
on the code tree rather than a byte stream) method developped at the
ETHZ and described in the Phd Thesis "Code-Generation On-the-Fly: A
Key for Portable Software". See
ftp://ftp.inf.ethz.ch/pub/publications/dissertations/th10497.{abstract,ps.gz}.
Stefan
Return to the
comp.compilers page.
Search the
comp.compilers archives again.