factor/basis/compiler/codegen
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
..
gc-maps compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
labels compiler.*: new docs 2016-08-01 21:52:05 +02:00
relocation compiler.*: a bunch of random doc additions 2016-06-21 23:15:20 +02:00
codegen-docs.factor compiler.*: even more compiler docs 2015-09-22 08:52:59 +02:00
codegen-tests.factor compiler.*: more compiler tests 2016-04-22 12:44:25 +02:00
codegen.factor compiler.codegen.*: removing the init-gc-maps word 2016-09-09 18:57:57 +02:00
summary.txt