]> gitweb.factorcode.org Git - factor.git/commit
VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents
authorErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 04:28:25 +0000 (00:28 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Mon, 13 May 2013 04:28:25 +0000 (00:28 -0400)
commit88d7c10d03a28c2f07fb8188ca0c727cfc6656bc
tree2ad96da9abfed8e71d15ed236f1f88bf41fe1588
parent7ea2150c39b22a0716107b4fb8004cafa22b4c32
VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents
35 files changed:
vm/bignum.cpp
vm/bignumint.hpp
vm/bitwise_hacks.hpp
vm/byte_arrays.cpp
vm/code_blocks.hpp
vm/code_heap.cpp
vm/contexts.cpp
vm/cpu-ppc.hpp
vm/cpu-x86.hpp
vm/float_bits.hpp
vm/gc.hpp
vm/gc_info.cpp
vm/gc_info.hpp
vm/instruction_operands.cpp
vm/instruction_operands.hpp
vm/jit.cpp
vm/layouts.hpp
vm/master.hpp
vm/math.cpp
vm/math.hpp
vm/object_start_map.cpp
vm/object_start_map.hpp
vm/os-genunix.cpp
vm/os-macosx.mm
vm/os-unix.cpp
vm/os-unix.hpp
vm/os-windows.cpp
vm/os-windows.hpp
vm/primitives.hpp
vm/run.cpp
vm/slot_visitor.hpp
vm/strings.cpp
vm/utilities.hpp
vm/vm.hpp
vm/write_barrier.hpp