]> gitweb.factorcode.org Git - factor.git/commit
VM: refactors slot_visitor by removing a lot of one-use methods
authorBjörn Lindqvist <bjourne@gmail.com>
Fri, 31 Jul 2015 18:45:11 +0000 (20:45 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 4 Aug 2015 14:02:09 +0000 (16:02 +0200)
commite565b0291ff592b234d27ca825707c9be0f9aa4d
treead8201521726a0f86d18baa45857c0ab1ff7dd10
parentf5f8ce150178bf084882322a2ff1ec8decb350e1
VM: refactors slot_visitor by removing a lot of one-use methods

I think it's easier to see the code flow if small method bodies that are
only called once are inlined into visit_all_roots() instead
vm/slot_visitor.hpp