Bytecode generation, Source code mappings, JCov, Future

John Rose John.Rose at Sun.COM
Wed Apr 16 17:08:23 PDT 2008


On Apr 16, 2008, at 4:47 PM, Alex Rau wrote:

> - absolute file offsets as you mentioned vs. something else ?


Those are simplest.  BTW, 64-bit offsets are overkill, given the 16-  
and 32-bit limitations elsewhere in the format.

Slightly more compressible (and invariant under low-level encoding  
changes) would be token serial numbers.  The consumer of the index  
information is likely to have a lexer available.

-- John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20080416/4cae5956/attachment.html 


More information about the compiler-dev mailing list