]> gitweb.factorcode.org Git - factor.git/commit
VM: refactors the prepare_boot_image method
authorBjörn Lindqvist <bjourne@gmail.com>
Fri, 4 Dec 2015 12:57:57 +0000 (13:57 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Fri, 4 Dec 2015 12:57:57 +0000 (13:57 +0100)
commitd911bc45fd9a21b180e362c5205cbe174edcf189
tree43d17277f1a4951b34d461cba7da90cfc9cc76ac
parentbf8fe252711ad462637fcad066e23bdd058e6a65
VM: refactors the prepare_boot_image method

easier to read if the methods compile_all_words and
initialize_all_quotations which are only used once are "inlined"
vm/factor.cpp
vm/quotations.cpp
vm/vm.hpp
vm/words.cpp