factor/basis/compiler/cfg/save-contexts
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
..
authors.txt Add EOL at EOF for all authors.txt files for consistency 2016-07-30 09:25:30 -07:00
save-contexts-docs.factor compiler.cfg.save-contexts: fix $link markup 2016-03-27 23:47:08 +02:00
save-contexts-tests.factor compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
save-contexts.factor compiler.cfg.save-contexts: ##save-context isn't need in front of ##call-gc 2016-03-27 19:21:50 +02:00