]> gitweb.factorcode.org Git - factor.git/commit
VM: change the definition of entry_point in word and quotation from void* to cell
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 7 Jan 2015 10:51:19 +0000 (11:51 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Thu, 15 Jan 2015 09:29:13 +0000 (09:29 +0000)
commitfb9fa12cddc39d2d2e463e3137cc37e3cced2d16
tree41641768df7e9fab90315b0ea1de1e498644a1ba
parentf0bf693beb64ade939784a86e96381dd76ffc196
VM: change the definition of entry_point in word and quotation from void* to cell

this gets rid of lots of redundant casts from void* to cell
20 files changed:
vm/callbacks.cpp
vm/callbacks.hpp
vm/callstack.cpp
vm/code_blocks.cpp
vm/code_blocks.hpp
vm/code_heap.cpp
vm/compaction.cpp
vm/cpu-ppc.hpp
vm/cpu-x86.hpp
vm/debug.cpp
vm/entry_points.cpp
vm/image.cpp
vm/inline_cache.cpp
vm/inline_cache.hpp
vm/instruction_operands.cpp
vm/layouts.hpp
vm/quotations.cpp
vm/safepoints.cpp
vm/vm.hpp
vm/words.cpp