factor/basis/cpu
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
..
architecture cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00
ppc cpu.*: new generic word enable-cpu-features 2016-08-12 11:41:45 +02:00
x86 compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
summary.txt Create basis vocab root 2008-07-28 22:03:13 -05:00
tags.txt Create basis vocab root 2008-07-28 22:03:13 -05:00