]> gitweb.factorcode.org Git - factor.git/commit
type check optimization is here
authorSlava Pestov <slava@factorcode.org>
Fri, 31 Dec 2004 07:17:45 +0000 (07:17 +0000)
committerSlava Pestov <slava@factorcode.org>
Fri, 31 Dec 2004 07:17:45 +0000 (07:17 +0000)
commit6159c8240735c53ed093a2948a5936c46beed59c
treea506bdbb4f86d9e8c0642224cc1c34322fc6d75e
parent80b4d13a54eebd4fb0ac774bafd89d0e71cff086
type check optimization is here
20 files changed:
TODO.FACTOR.txt
library/bootstrap/boot-stage2.factor
library/compiler/alien.factor
library/compiler/assembly-x86.factor
library/compiler/generator-x86.factor
library/compiler/generator.factor
library/generic/generic.factor
library/generic/predicate.factor
library/inference/branches.factor
library/inference/inference.factor
library/inference/types.factor
library/inference/words.factor
library/kernel.factor
library/math/complex.factor
library/math/ratio.factor
library/primitives.factor
library/strings.factor
library/test/dataflow.factor
library/test/inference.factor
library/words.factor