factor/basis/compiler/cfg/ssa/destruction
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
..
coalescing disambiguate namespaces:set and sets:set. 2016-03-29 17:14:42 -07:00
leaders compiler.cfg.*: a bunch of docs updates 2015-07-28 17:58:27 -07:00
destruction-docs.factor compiler.*: more compiler docs 2016-04-22 12:57:54 +02:00
destruction-tests.factor compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
destruction.factor factor: don't need FROM: namespaces => set or namespaces:set anymore 2015-08-12 11:25:57 -05:00