dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Developing a IL -> jvm translator


From: Boris Kolar
Subject: Re: [DotGNU]Developing a IL -> jvm translator
Date: Fri, 19 Jul 2002 14:05:37 +0200

> I'm actually working on a translator of IL to java bytecode.

Great! I'm really happy to hear that.

> 1) The translator outputs opcodes in textual form (printf). In this

If you output opcodes as text, you'll have to parse it again. I guess it should 
be simple enough to avoid double parsing by using
binary data structures. It may also proove to be a simpler concept later 
(expecially when doing optimization). I like the second
solution better.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]