factor/extra/tools/image-analyzer
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
..
code-heap-reader
data-heap-reader tools.image-analyzer.*: new word for removing the tag bits 2016-09-02 07:51:42 +02:00
gc-info compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
graphviz tools.image-analyzer.*: new word for removing the tag bits 2016-09-02 07:51:42 +02:00
references tools.image-analyzer.*: new word for removing the tag bits 2016-09-02 07:51:42 +02:00
relocations
utils tools.image-analyzer.*: new word for removing the tag bits 2016-09-02 07:51:42 +02:00
vm
image-analyzer-docs.factor
image-analyzer-tests.factor
image-analyzer.factor