factor/basis/cpu/x86
Björn Lindqvist 349f99661d compiler.*: Remove the scrubbing part of the GC maps
Instead of generating GC maps which describe which stack locations that
are uninitialized, we emit ##clear instructions for those locations in
front of ##call-gc instructions. This makes the context root scanning
much simpler because the GC can assume that all stack slots are
initialized. It also removes the compiler.cfg.stacks.vacant pass and
seem to reduce the image size slightly because many fewer GC maps needs
to be emitted.
2016-09-11 20:34:44 +02:00
..
32 cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00
64 cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00
assembler cpu.*: more docs 2016-05-25 19:21:55 +02:00
features Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
sse cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00
x87 cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00
authors.txt
summary.txt
tags.txt
x86-docs.factor cpu.x86.*: improved varargs support 2016-08-02 23:14:37 +02:00
x86-tests.factor compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
x86.factor cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00