]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg: remove _gc instruction, it doesn't need to exist, and change GC checks...
authorSlava Pestov <slava@shill.local>
Mon, 5 Oct 2009 10:27:49 +0000 (05:27 -0500)
committerSlava Pestov <slava@shill.local>
Mon, 5 Oct 2009 10:27:49 +0000 (05:27 -0500)
commitb4e36608da2f842c9910b018d5a86033dbe9e93d
treeb5de59b902d94eeb4e05166c220bb9d75b0b767f
parent718cb8b5792ac6b74541039df149262a9586699c
compiler.cfg: remove _gc instruction, it doesn't need to exist, and change GC checks to ensure that the right amount of space is available instead of blindly checking for 1Kb
13 files changed:
basis/compiler/cfg/build-stack-frame/build-stack-frame.factor
basis/compiler/cfg/gc-checks/gc-checks.factor
basis/compiler/cfg/instructions/instructions.factor
basis/compiler/cfg/intrinsics/allot/allot.factor
basis/compiler/cfg/linear-scan/assignment/assignment.factor
basis/compiler/cfg/linearization/linearization.factor
basis/compiler/cfg/stacks/uninitialized/uninitialized.factor
basis/compiler/codegen/codegen.factor
basis/cpu/architecture/architecture.factor
basis/cpu/ppc/ppc.factor
basis/cpu/x86/x86.factor
vm/data_gc.cpp
vm/data_gc.hpp