]> gitweb.factorcode.org Git - factor.git/commit
Store forwarding table off to the side instead of in the code block; saves one cell...
authorSlava Pestov <slava@shill.internal.stack-effects.com>
Tue, 5 May 2009 16:07:20 +0000 (11:07 -0500)
committerSlava Pestov <slava@shill.internal.stack-effects.com>
Tue, 5 May 2009 16:07:20 +0000 (11:07 -0500)
commit786b9096e28e03c9e661e65d8a72b725ac424086
tree80cc10317e0aa93a384e953a5396e49e6bc921eb
parent8486e6db824b1037940a503f69f83dd95195e410
Store forwarding table off to the side instead of in the code block; saves one cell per code block
vm/callstack.cpp
vm/code_block.cpp
vm/code_gc.cpp
vm/code_gc.hpp
vm/code_heap.cpp
vm/inline_cache.cpp
vm/layouts.hpp
vm/master.hpp
vm/quotations.cpp
vm/words.cpp
vm/words.hpp