factor/vm
slava ab68570cc1 Fix callstack overflow handling 2006-11-03 21:14:53 +00:00
..
Config.freebsd FreeBSD build fix 2006-07-21 22:32:41 +00:00
Config.linux Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.linux.amd64 Config.linux.amd64 fix 2006-10-22 21:45:36 +00:00
Config.linux.ppc Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.macosx Officially support running the X11 UI on Mac OS X 2006-10-14 04:48:59 +00:00
Config.macosx.ppc Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.ppc Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.solaris Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.unix Compile fix for 64-bit distros which put 64-bit libraries in lib64 2006-10-21 20:01:02 +00:00
Config.windows win32 updates 2006-07-14 05:40:13 +00:00
alien.c More allot_* cleanups 2006-11-02 23:29:11 +00:00
alien.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
bignum.c More allot_* cleanups 2006-11-02 23:29:11 +00:00
bignum.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
bignumint.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
code_gc.c More allot_* cleanups 2006-11-02 23:29:11 +00:00
code_gc.h Big VM type renaming; add secure GC which wipes the heap after every collection (but really this is only for debugging local variable roots) 2006-11-01 04:20:34 +00:00
compiler.c Cleaning up windows code 2006-11-03 02:28:44 +00:00
compiler.h Slightly more compact relocation info 2006-10-25 00:26:32 +00:00
cpu-amd64.h Starting mark sweep collector for code 2006-09-25 02:29:52 +00:00
cpu-ppc.S Fix typos 2006-07-07 07:46:05 +00:00
cpu-ppc.h Starting mark sweep collector for code 2006-09-25 02:29:52 +00:00
cpu-x86.h Starting mark sweep collector for code 2006-09-25 02:29:52 +00:00
data_gc.c Fix callstack overflow handling 2006-11-03 21:14:53 +00:00
data_gc.h alien>char/u16-string primitives now work correctly if the input is a byte array 2006-11-03 05:37:51 +00:00
debug.c Big VM type renaming; add secure GC which wipes the heap after every collection (but really this is only for debugging local variable roots) 2006-11-01 04:20:34 +00:00
debug.h Since 'native Factor' is no longer a meaningful term like it was back in the JFactor days, rename native/ to vm/ 2006-06-06 23:56:01 +00:00
factor.c Update bignum code for allot_* changes 2006-11-02 08:00:02 +00:00
factor.h >fixnum >bignum >float primitives split up into smaller sub-primitives and are now generic words in the library 2006-11-01 01:29:11 +00:00
ffi_test.c Fix unit test failures caused by stricter numeric coercion rules 2006-11-01 03:54:35 +00:00
ffi_test.h Fix unit test failures caused by stricter numeric coercion rules 2006-11-01 03:54:35 +00:00
image.c Don't use retain stack for extra roots 2006-11-01 05:20:49 +00:00
image.h Big VM type renaming; add secure GC which wipes the heap after every collection (but really this is only for debugging local variable roots) 2006-11-01 04:20:34 +00:00
io.c Cleaning up windows code 2006-11-03 02:28:44 +00:00
io.h Since 'native Factor' is no longer a meaningful term like it was back in the JFactor days, rename native/ to vm/ 2006-06-06 23:56:01 +00:00
layouts.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
mach_signal.c allot_* overhaul 2006-10-31 05:52:02 +00:00
mach_signal.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
math.c alien>char/u16-string primitives now work correctly if the input is a byte array 2006-11-03 05:37:51 +00:00
math.h Simplify implementation of /f word 2006-11-02 08:12:23 +00:00
os-freebsd.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-genunix.c Windows SEH fix 2006-10-15 04:10:54 +00:00
os-genunix.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-linux.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-macosx-ppc.h more relible mach exception code 2006-08-05 22:10:01 +00:00
os-macosx-x86.h Intel Mac exception handler fix 2006-10-02 05:11:56 +00:00
os-macosx.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-macosx.m allot_* overhaul 2006-10-31 05:52:02 +00:00
os-solaris.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-unix.c Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
os-unix.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
os-windows.c Refactored the C type system in the alien interface and fixed some bugs 2006-11-03 08:54:30 +00:00
os-windows.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
platform.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
primitives.c Simplify implementation of /f word 2006-11-02 08:12:23 +00:00
primitives.h Since 'native Factor' is no longer a meaningful term like it was back in the JFactor days, rename native/ to vm/ 2006-06-06 23:56:01 +00:00
run.c alien>char/u16-string primitives now work correctly if the input is a byte array 2006-11-03 05:37:51 +00:00
run.h Fix callstack overflow handling 2006-11-03 21:14:53 +00:00
stack.c More allot_* cleanups 2006-11-02 23:29:11 +00:00
stack.h Fix callstack overflow handling 2006-11-03 21:14:53 +00:00
types.c alien>char/u16-string primitives now work correctly if the input is a byte array 2006-11-03 05:37:51 +00:00
types.h More allot_* cleanups 2006-11-02 23:29:11 +00:00