Alexander Kellett wrote: >On Thu, Aug 12, 2004 at 02:42:20PM +0900, Robert Feldt wrote: > > >>The libjit path is interesting; I think that is a very promising one. >>Have you managed to wrap libjit as a Ruby extension? I started on that >>but got stuck on the C++ requirement of libjit which made it painful so >>I got sidetracked. >> >> > >ummm c++ requirement? llvm is c++ but libjit uses c++ exceptions internally >and provides a c only interface. (it does provide jitplus also but i see >no reason to use that :)). but yeah i've got a working libjit ruby/c >extension now. code at the moment: > > http://www.lypanov.net/websitedata/blub-0.0.0a.tbz2 > > > Yeah, I had some problem with the C++ exceptions together with Ruby mkmf/makefiles but maybe Rhys has simplified things since then. Anyway, great to see progress there. Keep us posted on how it goes... /Robert