>>21
Still, you don't get too much speed boost, bytecompiling first is some milliseconds slower than JIT compilation, native compilation is some milliseconds faster than JIT compilation, but it needs to embed the needed libraries in the executable.
I have to admit, Racket's JIT compiler (and compiler in general) could generate much more better code.