]> gitweb.factorcode.org Git - factor.git/commit
VM: removing the get_datastack/retainstack/callstack primitives
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 17 Aug 2015 09:37:24 +0000 (11:37 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Aug 2015 01:36:30 +0000 (18:36 -0700)
commit59b7a50567a7440e8363498549e60138e6472af1
tree46e907fdadf1e591b86642fc853af346d0e80d13
parentf6c1d00c37070157f6ce639ffc4b0e535b9f6840
VM: removing the get_datastack/retainstack/callstack primitives

they can all be implemented using the
datastack/retainstack/callstack-for primitives and the less primitives
the better!
basis/stack-checker/known-words/known-words.factor
basis/threads/threads.factor
basis/vm/vm-tests.factor
core/bootstrap/primitives.factor
core/kernel/kernel.factor
vm/callstack.cpp
vm/contexts.cpp
vm/primitives.hpp
vm/vm.hpp