[plt-scheme] getting better speed with JIT
Prabhakar Ragde
plragde at uwaterloo.ca
Sun Dec 2 16:37:17 EST 2007
Jens Axel Soegaard wrote:
> However, since it is illegal to mutate a module-required
> variable, the compiler can safely inline the + in:
>
> (require mzscheme)
> (define (foo a b) (+ a b))
Thanks. This is pretty much what the text in the mzc compiler manual
says (even though that's a different beast from the JIT, no?). I think
this should be more widely advertised. --PR
More information about the plt-scheme
mailing list