factor/vm
Slava Pestov cb497f009b Merge branch 'vm_cleanup' of git://github.com/phildawes/factor 2009-09-24 04:31:55 -05:00
..
Config.arm Move vmpp to vm 2009-05-02 20:37:18 -05:00
Config.freebsd Config.freebsd fix 2009-05-04 07:19:32 -05:00
Config.freebsd.x86.32
Config.freebsd.x86.64
Config.linux
Config.linux.arm
Config.linux.ppc
Config.linux.x86.32
Config.linux.x86.64 use -fPIC on all platforms for ffi lib 2009-03-27 15:39:13 -05:00
Config.macosx on OS X, rather than define _XOPEN_SOURCE, use the non-deprecated sys/ucontext.h header instead 2009-08-26 16:44:25 -05:00
Config.macosx.ppc set altivec denormal flag when with-denormal-mode is used 2009-09-12 20:39:41 -05:00
Config.macosx.x86.32 add -D_XOPEN_SOURCE flag to suppress ucontext deprecation errors on snow leopard. add -m32 flag when compiling 32-bit because snow leopard gcc defaults to x86_64 2009-08-26 16:29:55 -05:00
Config.macosx.x86.64 Fix for gcc 4.2 2008-11-27 23:32:17 -06:00
Config.netbsd vm: update Config.netbsd for NetBSD 5.0 2009-09-15 00:22:19 -05:00
Config.netbsd.x86.32
Config.netbsd.x86.64
Config.openbsd use eg++ on openbsd 2009-05-04 11:48:46 -05:00
Config.openbsd.x86.32
Config.openbsd.x86.64
Config.ppc
Config.solaris
Config.solaris.x86.32
Config.solaris.x86.64
Config.unix misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
Config.windows Fixing compile errors on Windows 2009-05-05 13:03:24 -05:00
Config.windows.ce
Config.windows.ce.arm misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
Config.windows.nt Fix io.launcher on Windows -- Microsoft does the same thing with devenv 2009-02-04 13:05:52 -06:00
Config.windows.nt.x86.32 Fix io.launcher on Windows -- Microsoft does the same thing with devenv 2009-02-04 13:05:52 -06:00
Config.windows.nt.x86.64 Fix the build support for windows again, have the makefile load Config.* files in the top level so that freetype.dll and zlib1.dll targets can make 2009-02-04 18:21:58 -06:00
Config.x86.32 Remove obsolete -mtune=pentium4 compile flag 2009-04-28 23:05:42 -05:00
Config.x86.64 VM no longer uses printf since format string directives are not portable between Win64 and everything else... 2008-11-18 18:21:42 -06:00
alien.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
alien.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
arrays.cpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
arrays.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
asm.h
bignum.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
bignum.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
bignumint.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
booleans.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
booleans.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
byte_arrays.cpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
byte_arrays.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
callstack.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
callstack.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
code_block.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
code_block.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
code_gc.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
code_gc.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
code_heap.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
code_heap.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
contexts.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
contexts.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
cpu-arm.S misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
cpu-arm.hpp misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
cpu-ppc.S vm: More indentation fixes 2009-09-14 03:14:48 -05:00
cpu-ppc.hpp asm math functions pass vm ptr to overflow function in 3rd arg (X86.32) 2009-09-16 08:22:17 +01:00
cpu-x86.32.S removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
cpu-x86.32.hpp asm math functions pass vm ptr to overflow function in 3rd arg (X86.32) 2009-09-16 08:22:17 +01:00
cpu-x86.64.S removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
cpu-x86.64.hpp asm math functions pass vm ptr to overflow function in 3rd arg (X86.32) 2009-09-16 08:22:17 +01:00
cpu-x86.S misc cleanup 2009-09-24 08:02:14 +01:00
cpu-x86.hpp throw_impl now forwards the vm ptr 2009-09-16 08:16:30 +01:00
data_gc.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
data_gc.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
data_heap.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
data_heap.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
debug.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
debug.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
dispatch.cpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
dispatch.hpp removed some global functions from dispatch.cpp 2009-09-16 08:16:28 +01:00
errors.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
errors.hpp moved utility functions and fatal_error out of vm struct since doesn't need state 2009-09-16 08:20:10 +01:00
factor.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
factor.hpp thread_id is a pthread_t on unix 2009-09-16 08:20:51 +01:00
factor.rs Starting work on Win64 port 2008-11-07 20:33:32 -06:00
ffi_test.c misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
ffi_test.h misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
float_bits.hpp vm: fix indentation in Joe's changes 2009-09-14 03:09:03 -05:00
generic_arrays.hpp moved generic_arrays inline functions to vm.hpp 2009-09-16 08:16:23 +01:00
image.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
image.hpp removed some global functions from image.cpp 2009-09-16 08:16:28 +01:00
inline_cache.cpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
inline_cache.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
inlineimpls.hpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
io.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
io.hpp removed some global functions from io.cpp 2009-09-16 08:16:28 +01:00
jit.cpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
jit.hpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
layouts.hpp vm: fix indentation in Joe's changes 2009-09-14 03:09:03 -05:00
local_roots.cpp moved local roots state to vm, shuffled includes around 2009-09-16 08:16:21 +01:00
local_roots.hpp moved global state from math into vm 2009-09-16 08:16:24 +01:00
mach_signal.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
mach_signal.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
main-unix.cpp thread_id is a pthread_t on unix 2009-09-16 08:20:51 +01:00
main-windows-ce.cpp Use C++ namespaces 2009-05-04 01:46:13 -05:00
main-windows-nt.cpp thread_id is a pthread_t on unix 2009-09-16 08:20:51 +01:00
master.hpp misc cleanup 2009-09-24 08:02:14 +01:00
math.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
math.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-freebsd-x86.32.hpp more freebsd compilation fixes 2009-09-14 09:56:38 -05:00
os-freebsd-x86.64.hpp more freebsd compilation fixes 2009-09-14 09:56:38 -05:00
os-freebsd.cpp removed vm ptr from mach_signal and some other places 2009-09-16 08:20:51 +01:00
os-freebsd.hpp Change (void) to () 2009-05-05 11:33:35 -05:00
os-genunix.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-genunix.hpp Change (void) to () 2009-05-05 11:33:35 -05:00
os-linux-arm.cpp removed vm ptr from mach_signal and some other places 2009-09-16 08:20:51 +01:00
os-linux-arm.hpp The great type renaming 2009-05-04 04:50:24 -05:00
os-linux-ppc.hpp The great type renaming 2009-05-04 04:50:24 -05:00
os-linux-x86.32.hpp linux 32 typo 2009-09-14 13:21:46 -05:00
os-linux-x86.64.hpp save the FP status out of the signal context and use it as part of the fp trap factor exception. clear the FP status before continuing after an exception 2009-09-13 23:39:12 -05:00
os-linux.cpp removed vm ptr from mach_signal and some other places 2009-09-16 08:20:51 +01:00
os-linux.hpp os-linux.cpp: inotify wrappers should be VM_C_API 2009-05-13 03:49:51 -05:00
os-macosx-ppc.hpp missed a few PPC status bits that needed clearing 2009-09-14 15:17:36 -05:00
os-macosx-x86.32.hpp vm: fix indentation in Joe's changes 2009-09-14 03:09:03 -05:00
os-macosx-x86.64.hpp vm: fix indentation in Joe's changes 2009-09-14 03:09:03 -05:00
os-macosx.hpp Change (void) to () 2009-05-05 11:33:35 -05:00
os-macosx.mm renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-netbsd-x86.32.hpp save the FP status out of the signal context and use it as part of the fp trap factor exception. clear the FP status before continuing after an exception 2009-09-13 23:39:12 -05:00
os-netbsd-x86.64.hpp save the FP status out of the signal context and use it as part of the fp trap factor exception. clear the FP status before continuing after an exception 2009-09-13 23:39:12 -05:00
os-netbsd.cpp misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
os-netbsd.hpp vm: fix indentation in Joe's changes 2009-09-14 03:09:03 -05:00
os-openbsd-x86.32.hpp save the FP status out of the signal context and use it as part of the fp trap factor exception. clear the FP status before continuing after an exception 2009-09-13 23:39:12 -05:00
os-openbsd-x86.64.hpp save the FP status out of the signal context and use it as part of the fp trap factor exception. clear the FP status before continuing after an exception 2009-09-13 23:39:12 -05:00
os-openbsd.cpp Change (void) to () 2009-05-05 11:33:35 -05:00
os-solaris-x86.32.hpp Use C++ namespaces 2009-05-04 01:46:13 -05:00
os-solaris-x86.64.hpp Use C++ namespaces 2009-05-04 01:46:13 -05:00
os-solaris.cpp Change (void) to () 2009-05-05 11:33:35 -05:00
os-unix.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-unix.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-windows-ce.cpp removed some error vm-> functions 2009-09-16 08:17:27 +01:00
os-windows-ce.hpp misc small documentation fixes, some fixes for factor.vim, changed permissions of vm/* to 644 2009-08-10 21:33:07 +02:00
os-windows-nt.32.hpp use secret sauce to clear MXCSR in win32 context, and handle secret STATUS_FLOAT_MULTIPLE_* SEH codes raised by SSE traps 2009-09-14 12:02:02 -05:00
os-windows-nt.64.hpp use secret sauce to clear MXCSR in win32 context, and handle secret STATUS_FLOAT_MULTIPLE_* SEH codes raised by SSE traps 2009-09-14 12:02:02 -05:00
os-windows-nt.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-windows-nt.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-windows.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
os-windows.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
platform.hpp Move vmpp to vm 2009-05-02 20:37:18 -05:00
primitives.cpp added vm-ptr primitive 2009-09-16 08:20:50 +01:00
primitives.hpp cleaned up code a bit, added multithreaded mode flags 2009-09-16 08:20:50 +01:00
profiler.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
profiler.hpp removed global functions from profiler 2009-09-16 08:16:27 +01:00
quotations.cpp renamed myvm member variable to parent_vm 2009-09-24 08:16:57 +01:00
quotations.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
run.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
run.hpp moved userenv into vm in C code (DOESNT BOOTSTRAP YET!!!) 2009-09-16 08:16:32 +01:00
segments.hpp moved align_page into vm 2009-09-16 08:16:29 +01:00
stacks.hpp moved local roots state to vm, shuffled includes around 2009-09-16 08:16:21 +01:00
strings.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
strings.hpp removed global functions from strings.cpp 2009-09-16 08:16:27 +01:00
tagged.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
tuples.cpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
tuples.hpp The great type renaming 2009-05-04 04:50:24 -05:00
utilities.cpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
utilities.hpp moved utility functions and fatal_error out of vm struct since doesn't need state 2009-09-16 08:20:10 +01:00
vm-data.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
vm.hpp renamed factorvm to factor_vm 2009-09-24 08:16:52 +01:00
words.cpp Merge branch 'vm_cleanup' of git://github.com/phildawes/factor 2009-09-24 04:31:55 -05:00
words.hpp removed global functions from words.cpp 2009-09-16 08:16:28 +01:00
write_barrier.cpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00
write_barrier.hpp removed a bunch of superflous blank lines 2009-09-24 08:02:14 +01:00