Eivind Eklund <eeklund / gmail.com> Tue, 28 Sep 2004 06:41:05 +0900 / Re: Any YARV pre-questions in RubyConf2004? Hi, >I won't be at RubyConf (unfortunately), but I've still got one >question: Does the structure of YARVM allow a gradual transition from >the standard Ruby node structure to JITed code, or is it a Big Bang >approach? I use ruby interpreters parser (in C interface) and compile this AST to my bytecodes (in C). JIT compiler isn't available now. (only planning) AOT compiler seems more easier to implement. (bytecode -> C code) -- // SASADA Koichi at atdot dot net //