> The main purpose of this JIT release is to provide a chance to check if it works for your platform and to find out security risks before the 2.6 release.<p>Generating the C source code probably helps finding bugs.
> Ruby’s JIT compiler does JIT compilation in a unique way, which prints C code to a disk and spawns common C compiler process to generate native code<p>Well, uh, that <i>is</i> one way to do it...