]> gitweb.factorcode.org Git - factor.git/commit
Fix custom-inlining for mod and rem, which was converting these calls to bitand in...
authorSlava Pestov <slava@factorcode.org>
Sun, 9 Oct 2011 20:51:27 +0000 (13:51 -0700)
committerSlava Pestov <slava@factorcode.org>
Sun, 9 Oct 2011 20:51:35 +0000 (13:51 -0700)
commit901ee2434c79d9e9ccc842649c6c168122086ccc
tree06e46148b972a682c72f947d40cc957029c341d0
parentb4588629abcd9fa39da6fb368f3d5df63a29eec6
Fix custom-inlining for mod and rem, which was converting these calls to bitand in some cases, even if the input was not known to be an integer. Fixes #243
basis/compiler/tests/optimizer.factor
basis/compiler/tree/propagation/transforms/transforms.factor