From: Prabhakar Ragde (plragde at uwaterloo.ca) Date: 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
Posted on the users mailing list. |
|