]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg.stacks.*: possible fix for #1289
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 8 Apr 2015 06:08:17 +0000 (08:08 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Apr 2015 16:31:56 +0000 (09:31 -0700)
commitf9812d98743a91b852a080d71b57445f7d62249b
tree2d461136ac2507208c9f9edf74fb7b90731a731d
parent177a35624078bfbe5b789d6e730aaddb9b7bcd0f
compiler.cfg.stacks.*: possible fix for #1289

instead of delaying outputting ##replace instructions to when they are
needed, output them directly in the block so that "holes" in the
stacks are avoided.
basis/compiler/cfg/builder/builder-tests.factor
basis/compiler/cfg/intrinsics/simd/simd-tests.factor
basis/compiler/cfg/stacks/finalize/finalize.factor
basis/compiler/cfg/stacks/local/local-tests.factor
basis/compiler/cfg/stacks/local/local.factor
extra/tools/gc-decode/gc-decode-tests.factor