factor/vm
Slava Pestov f1b95c0038 Fix .c command in FEP 2008-11-22 19:57:06 -06:00
..
Config.arm
Config.freebsd
Config.freebsd.x86.32
Config.freebsd.x86.64
Config.linux
Config.linux.arm
Config.linux.ppc
Config.linux.x86.32
Config.linux.x86.64
Config.macosx
Config.macosx.ppc make macosx-ppc now compiles a ppc binary on intel mac os; it doesn't work properly in rosetta though 2008-11-06 03:37:10 -06:00
Config.macosx.x86.32
Config.macosx.x86.64
Config.netbsd
Config.netbsd.x86.32
Config.netbsd.x86.64
Config.openbsd
Config.openbsd.x86.32
Config.openbsd.x86.64
Config.ppc
Config.solaris
Config.solaris.x86.32
Config.solaris.x86.64
Config.unix
Config.windows
Config.windows.ce
Config.windows.ce.arm
Config.windows.nt
Config.windows.nt.x86.32
Config.windows.nt.x86.64 Starting work on Win64 port 2008-11-07 20:33:32 -06:00
Config.x86.32
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.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
alien.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
asm.h
bignum.c Fix bignums for Win64 2008-11-07 20:25:31 -06:00
bignum.h Fix bignums for Win64 2008-11-07 20:25:31 -06:00
bignumint.h
callstack.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
callstack.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
code_gc.c 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
code_gc.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
code_heap.c 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
code_heap.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
cpu-arm.S
cpu-arm.h
cpu-ppc.S Tweak PPC register usage; gcc doesn't like it when you mess with r31 for some reason 2008-11-06 03:36:46 -06:00
cpu-ppc.h Tweak PPC register usage; gcc doesn't like it when you mess with r31 for some reason 2008-11-06 03:36:46 -06:00
cpu-x86.32.S Fix x86-32 VM compilation; was using a 64-bit reg on accident 2008-11-08 21:06:51 -06:00
cpu-x86.32.h Fix visibility of check_sse2 symbol; DDLEXPORT doesn't work in gas source 2008-11-04 00:04:18 -06:00
cpu-x86.64.S VM fixes for Win64 calling convention 2008-11-08 20:32:23 -06:00
cpu-x86.64.h
cpu-x86.S VM fixes for Win64 calling convention 2008-11-08 20:32:23 -06:00
cpu-x86.h
data_gc.c 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
data_gc.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
debug.c Fix .c command in FEP 2008-11-22 19:57:06 -06:00
debug.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
errors.c 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
errors.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
factor.c 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
factor.h
factor.rs Starting work on Win64 port 2008-11-07 20:33:32 -06:00
ffi_test.c 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
ffi_test.h Better FFI unit tests expose a new problem 2008-11-17 12:23:44 -06:00
float_bits.h
image.c 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
image.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
io.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
io.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
layouts.h Remove unused F_CURRY struct from layouts.h 2008-11-16 11:49:32 -06:00
mach_signal.c
mach_signal.h
main-unix.c
main-windows-ce.c
main-windows-nt.c Fix VM compile on 32-bit Windows 2008-11-18 18:51:52 -06:00
master.h
math.c /mod didn't handle overflow correctly 2008-11-21 05:18:55 -06:00
math.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
os-freebsd-x86.32.h
os-freebsd-x86.64.h
os-freebsd.c
os-freebsd.h remove some macroz 2008-10-19 16:50:11 -05:00
os-genunix.c
os-genunix.h
os-linux-arm.c
os-linux-arm.h
os-linux-ppc.h
os-linux-x86.32.h
os-linux-x86.64.h
os-linux.c
os-linux.h remove some macroz 2008-10-19 16:50:11 -05:00
os-macosx-ppc.h
os-macosx-x86.32.h
os-macosx-x86.64.h
os-macosx.h remove some macroz 2008-10-19 16:50:11 -05:00
os-macosx.m
os-netbsd-x86.32.h
os-netbsd-x86.64.h
os-netbsd.c
os-netbsd.h remove UNKNOWN test 2008-11-19 16:10:00 -06:00
os-openbsd-x86.32.h
os-openbsd-x86.64.h
os-openbsd.c
os-solaris-x86.32.h
os-solaris-x86.64.h
os-solaris.c
os-unix.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
os-unix.h 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
os-windows-ce.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
os-windows-ce.h
os-windows-nt.32.h
os-windows-nt.64.h
os-windows-nt.c Add workaround for Windows bttray.exe issue 2008-11-17 21:21:57 -06:00
os-windows-nt.h
os-windows.c 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
os-windows.h Fix VM compile on 32-bit Windows 2008-11-18 18:51:52 -06:00
platform.h remove some macroz 2008-10-19 16:50:11 -05:00
primitives.c Tuple layouts are now arrays, instead of built-in types. The superclass 2008-11-05 22:20:29 -06:00
primitives.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
profiler.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
profiler.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
quotations.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
quotations.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
run.c Reuse F_CONTEXT instances used for FFI callbacks: 60x speed improvement on benchmark.fib6 2008-11-21 23:13:14 -06:00
run.h Reuse F_CONTEXT instances used for FFI callbacks: 60x speed improvement on benchmark.fib6 2008-11-21 23:13:14 -06:00
types.c New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
types.h New calling convention for VM primitives: 2008-11-13 03:20:34 -06:00
utilities.c 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
utilities.h 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