]> gitweb.factorcode.org Git - factor.git/commit
optimizing stack shuffling; architecture description
authorSlava Pestov <slava@factorcode.org>
Sun, 4 Sep 2005 23:24:24 +0000 (23:24 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 4 Sep 2005 23:24:24 +0000 (23:24 +0000)
commit24d3550168a0a84e91710c70f4dbf06e6c1dd495
tree6a488248ef0a057f0f059cc5ac75ee02f81dc84a
parenta469ebebfef6a67558ffe92ad56a665678f4801e
optimizing stack shuffling; architecture description
13 files changed:
library/bootstrap/boot-stage1.factor
library/bootstrap/boot-stage2.factor
library/compiler/architecture.factor [new file with mode: 0644]
library/compiler/intrinsics.factor
library/compiler/ppc/architecture.factor [new file with mode: 0644]
library/compiler/x86/architecture.factor [new file with mode: 0644]
library/compiler/x86/generator.factor
library/inference/dataflow.factor
library/inference/optimizer.factor
library/inference/print-dataflow.factor
library/inference/shuffle.factor [new file with mode: 0644]
library/inference/words.factor
library/test/inference.factor