]> gitweb.factorcode.org Git - factor.git/commit
starting point - Fix bootstrap; I broke it in merging. Disable environment variables...
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 6 May 2012 19:06:59 +0000 (12:06 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Dec 2012 19:03:45 +0000 (11:03 -0800)
commita0dd953e33b9bc3382a3b7ba4318a281ec9edbb9
tree2e927b04e1f81a17367c80246e14d084068c2177
parent07227f22f94a786788a3a01943ede3097ca5fad9
starting point - Fix bootstrap; I broke it in merging. Disable environment variables because the compiler isn't loaded yet and can't call C ffi functions, and tools.test loads this vocab.
Disable intrinsics in cpu.x86.64 for now, since they invoke the compiler
Fix ##branch renaming to ##branch,
To work on this branch:
./factor -include=math -i=boot.image
./factor -run=listener
USE: compiler USE: tools.test save
enable-optimizer

Error message is now:
T{ vregs-shouldn't-interfere f 409 424 }
basis/compiler/cfg/linear-scan/resolve/resolve.factor
basis/compiler/cfg/parallel-copy/parallel-copy.factor
basis/compiler/cfg/ssa/cssa/cssa.factor
basis/cpu/x86/64/64.factor
basis/environment/environment.factor