]> gitweb.factorcode.org Git - factor.git/commit
removed fixnum<< vop since it was buggy and afforded no performance gain, and also...
authorSlava Pestov <slava@factorcode.org>
Sun, 22 Jan 2006 21:40:18 +0000 (21:40 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 22 Jan 2006 21:40:18 +0000 (21:40 +0000)
commit9941aa5607c4ee257944f60ecd978551ac21b03c
treea558f2bd3a3b967c1277834997099aaef919667d
parent4d0135a1919340beafbbaea75266f936c72dfc73
removed fixnum<< vop since it was buggy and afforded no performance gain, and also simplified some code
18 files changed:
library/collections/namespaces.factor
library/compiler/intrinsics.factor
library/compiler/ppc/fixnum.factor
library/compiler/stack.factor
library/compiler/vops.factor
library/compiler/x86/fixnum.factor
library/inference/branches.factor
library/inference/call-optimizers.factor
library/inference/class-infer.factor
library/inference/dataflow.factor
library/inference/inference.factor
library/inference/kill-literals.factor
library/inference/known-words.factor
library/inference/optimizer.factor
library/inference/print-dataflow.factor
library/inference/words.factor
library/test/compiler/optimizer.factor
library/tools/annotations.factor