[plt-scheme] Compiling vs interpreting

From: Jakub Piotr Cłapa (jpc at pld-linux.org)
Date: Sat Jun 16 05:50:29 EDT 2007

Matthew Flatt wrote:
> Also, that compilation to native code via mzc is rarely useful these
> days. The built-in bytecode optimizer and the bytecode-to-native JIT
> generally outperform mzc output. That said, you may well have some
> reason to use mzc...

Mzced code outperforms the interpreted one in load time. :)

-- 
regards,
Jakub Piotr Cłapa


Posted on the users mailing list.