]> gitweb.factorcode.org Git - factor.git/commit
VM: change type of callstack_top and callstack_bottom from void* to cell
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 5 Jan 2015 11:59:54 +0000 (12:59 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Thu, 15 Jan 2015 09:29:13 +0000 (09:29 +0000)
commite47181e87afc82764a13caa9b457cb5d1d8418d5
tree894d97ad3abeb62d4d7bc4d7502188f7f2dc63d0
parenta6e191a490d5707877c487a9515865f0d810723a
VM: change type of callstack_top and callstack_bottom from void* to cell

cell and void* is always the same size, but now you can remove lots of
redundant type casts from void* to cell.
vm/callstack.cpp
vm/callstack.hpp
vm/code_blocks.cpp
vm/contexts.cpp
vm/contexts.hpp
vm/cpu-ppc.hpp
vm/cpu-x86.cpp
vm/cpu-x86.hpp
vm/entry_points.cpp
vm/entry_points.hpp
vm/vm.hpp