Re: libjit

2004-10-27 Thread Leopold Toetsch
oks rather mono-specific and is (of course) running a stack machine. There is another .NET implementation besides Mono, you know. Libjit is an off-shoot of the DotGNU Portable.NET project. Sorry, yes of course. I'm always mixing these two projects. Libjit internally uses three-address stateme

Re: libjit

2004-10-26 Thread Rhys Weatherley
On Tuesday 26 October 2004 07:55 pm, Leopold Toetsch wrote: > Robert Spier wrote: > > Is there anything that can be learned/reused from libjit? > > > > http://www.southern-storm.com.au/libjit.html > > Thanks for the link. But I think, while the idea is quite nice, it&#

Re: libjit

2004-10-26 Thread Leopold Toetsch
Robert Spier wrote: Is there anything that can be learned/reused from libjit? http://www.southern-storm.com.au/libjit.html Thanks for the link. But I think, while the idea is quite nice, it's not really useful for us. It looks rather mono-specific and is (of course) running a stack machine

libjit

2004-10-25 Thread Robert Spier
Is there anything that can be learned/reused from libjit? http://www.southern-storm.com.au/libjit.html -R