]> gitweb.factorcode.org Git - factor.git/commit
working on the compiler
authorSlava Pestov <slava@factorcode.org>
Mon, 16 May 2005 01:17:56 +0000 (01:17 +0000)
committerSlava Pestov <slava@factorcode.org>
Mon, 16 May 2005 01:17:56 +0000 (01:17 +0000)
commitfdcf721857d8564cc66738005c72e8bc0e300319
tree8384b8ef7b3960756f4ab3a4f70aa4077d37ad57
parent7fa5d5f14ab26e5ce98b3c63f68f2184e5b07c07
working on the compiler
34 files changed:
library/bootstrap/boot-stage2.factor
library/bootstrap/boot-stage3.factor
library/collections/sequences-epilogue.factor
library/compiler/intrinsics.factor
library/compiler/linearizer.factor
library/compiler/optimizer.factor
library/compiler/simplifier.factor
library/compiler/vops.factor
library/compiler/x86/fixnum.factor
library/compiler/x86/stack.factor
library/generic/builtin.factor
library/generic/generic.factor
library/generic/tuple.factor
library/inference/branches.factor
library/inference/dataflow.factor
library/inference/inference.factor
library/inference/partial-eval.factor [new file with mode: 0644]
library/inference/stack.factor
library/inference/values.factor [new file with mode: 0644]
library/inference/words.factor
library/math/math.factor
library/test/benchmark/prettyprint.factor [new file with mode: 0644]
library/test/compiler/optimizer.factor
library/test/dataflow.factor
library/test/gadgets.factor
library/test/math/bitops.factor
library/test/memory.factor
library/test/prettyprint.factor [deleted file]
library/test/sequences.factor
library/test/test.factor
library/test/tuple.factor
library/test/words.factor
library/tools/memory.factor
library/vocabularies.factor