]> gitweb.factorcode.org Git - factor.git/commit
moved global state from contexts and run into vm
authorPhil Dawes <phil@phildawes.net>
Mon, 17 Aug 2009 20:37:12 +0000 (21:37 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 16 Sep 2009 07:16:24 +0000 (08:16 +0100)
commit80716a1b6e34fc31e43301753191a8f136572251
tree4fd159579bc427019e0c96757bb8a903103cbef5
parentecfd9a6075be6906ad2b599d9d8afacbba31944c
moved global state from contexts and run into vm
Also renamed template type from T to TYPE to prevent clash with vm::T (true)
vm/booleans.hpp
vm/contexts.cpp
vm/contexts.hpp
vm/data_gc.cpp
vm/data_heap.cpp
vm/image.cpp
vm/jit.hpp
vm/run.cpp
vm/run.hpp [changed mode: 0644->0755]
vm/vm.hpp