]> gitweb.factorcode.org Git - factor.git/commit
vm: reinitialize all_blocks from scratch after gc
authorJoe Groff <arcata@gmail.com>
Tue, 13 Dec 2011 03:05:48 +0000 (19:05 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 13 Dec 2011 03:05:48 +0000 (19:05 -0800)
commit083b85660433a7b7b380a128650f28c268e4a653
tree225d6a60bec5ffd4b34de16733935a13ffd19809
parent4bbb2f5b725686cc11eb2c2628ad5574a0364ca3
vm: reinitialize all_blocks from scratch after gc
Faster and more likely to be correct than trying to fixup the existing set
vm/code_heap.cpp
vm/code_heap.hpp
vm/compaction.cpp