On Sun, Dec 30, 2012 at 02:31:55PM +0100, Felix wrote: > The attached patch modifies the part of the evaluator that does > pre-compilation > into a closure tree by omitting bound-checks for those global variables that > are bound at preparation time (there is no way to make toplevel variables > unbound again, once bound (except by magic)). This removes a considerable > amount of boundness checks (references to library procedures, for example) > in evaluated code.
Thanks, pushed. Cheers, Peter -- http://sjamaan.ath.cx _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
