]> gitweb.factorcode.org Git - factor.git/commit
compiler.tree.propagation.call-effect: fix case where quotation inlining could enter...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 2 Aug 2009 04:34:14 +0000 (23:34 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 2 Aug 2009 04:34:14 +0000 (23:34 -0500)
commite01fc938123b0bdef2aef0211f6bb40b56cf46b3
tree7d8dedfa0a99406a56502eea8a82b95615306867
parent1ef9cd27d3d7f7066a3dcf6b4f8cdbf2e963fa42
compiler.tree.propagation.call-effect: fix case where quotation inlining could enter an infinite loop: [ dup call( quot -- ) ] dup call( quot -- ) etc
basis/compiler/tree/propagation/call-effect/call-effect-tests.factor
basis/compiler/tree/propagation/call-effect/call-effect.factor
basis/compiler/tree/propagation/inlining/inlining.factor