This is the mail archive of the kawa@sourceware.org mailing list for the Kawa 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: Interaktion between Scheme and Java


Marco Bakera wrote:
my question is if its possible to get the intermediate Java sources?
Or are the Scheme sources internally transferred into ByteCode
*directly*?

Yes, as Dean replied.


The best you can do is compile with --debug-print-expr (or
--debug-print-final-expr) which prints out a dump of the
internal Expression tree.  That is mainly for debugging and/or
understanding the compiler.
--
	--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]