]> gitweb.factorcode.org Git - factor.git/commit
New optimizations: useless coerce elimination, builtin slot type declarations
authorslava <slava@factorcode.org>
Tue, 2 May 2006 05:49:52 +0000 (05:49 +0000)
committerslava <slava@factorcode.org>
Tue, 2 May 2006 05:49:52 +0000 (05:49 +0000)
commiteb4ba47ef1b19b552301024dd330f25d295981ed
tree069024679b264a10442aa43cc451c510a2a4bc4d
parent1bc9dbcf2a4cbc4e9ff57af7d6149c7780d0cc1a
New optimizations: useless coerce elimination, builtin slot type declarations
13 files changed:
library/bootstrap/boot-stage2.factor
library/bootstrap/primitives.factor
library/collections/hashtables.factor
library/compiler/inference/dataflow.factor
library/compiler/inference/known-words.factor
library/compiler/optimizer/call-optimizers.factor
library/compiler/optimizer/class-infer.factor
library/compiler/optimizer/inline-methods.factor
library/compiler/optimizer/print-dataflow.factor
library/compiler/optimizer/specializers.factor
library/generic/math-combination.factor
library/generic/slots.factor
library/kernel.factor