compiling to byte-code vs java

Per Bothner Per.Bothner at Sun.COM
Fri Aug 10 05:48:50 PDT 2007


This appears to be relevant to the issue of whether to compile
"Java trees" or make use of javafx-specific code generation.
The code is about generating Java vs bytecodes, but it also
applies to whether we should re-write to Java ASTs or generate
code directly from ExpressionBlock.

I'll ask for more information, but the message seems to
suggest that pushing values of the JVM stack is more efficient
than using temporary variables (as you would have to when
generating Java ASTs or Java source).
-- 
	--Per Bothner
per.bothner at sun.com   per at bothner.com   http://per.bothner.com/
-------------- next part --------------
An embedded message was scrubbed...
From: David Pollak <feeder.of.the.bears at gmail.com>
Subject: Re: Language Role Call, and a Call to Action
Date: Thu, 09 Aug 2007 08:08:04 -0700
Size: 8397
Url: http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20070810/08589aa4/attachment.nws 


More information about the compiler-dev mailing list