]> gitweb.factorcode.org Git - factor.git/commit
VM: dont scrub and check when visiting a callstack object
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 1 Sep 2014 14:59:47 +0000 (16:59 +0200)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 8 Sep 2014 21:54:18 +0000 (14:54 -0700)
commit237772daae00497b6293c7daceaefe34c2bec4d4
tree0e3d46d9d72ed9cacd2eeb3d19f684d30f7ce713
parentffacc8370d5b7d276b5a508ec9709d6500f8a442
VM: dont scrub and check when visiting a callstack object

callstack objects doesn't have stacks so it doesn't make sense to scrub
and check. also added the methods check_stack and scrub_stack to deal
with code duplication
vm/slot_visitor.hpp