]> gitweb.factorcode.org Git - factor.git/commit
vm: make heap data-type object-oriented
authorSlava Pestov <slava@shill.local>
Sat, 26 Sep 2009 01:32:00 +0000 (20:32 -0500)
committerSlava Pestov <slava@shill.local>
Sat, 26 Sep 2009 01:32:00 +0000 (20:32 -0500)
commitc046ff4b23897fc0a99c1fae7176d1a098f1cb31
treecc11f5d939cbc090b320b56515f252137c7967de
parentd017a53227edadc03a1d79ac15a5b8f6603c0378
vm: make heap data-type object-oriented
15 files changed:
Makefile
vm/code_block.cpp
vm/code_gc.cpp [deleted file]
vm/code_gc.hpp [deleted file]
vm/code_heap.cpp
vm/code_heap.hpp
vm/data_gc.cpp
vm/debug.cpp
vm/heap.cpp [new file with mode: 0644]
vm/heap.hpp [new file with mode: 0644]
vm/image.cpp
vm/inline_cache.cpp
vm/master.hpp
vm/vm-data.hpp
vm/vm.hpp