factor/vm
slava 8cfbd164f5 Remove startup messages from VM 2006-12-10 20:02:11 +00:00
..
Config.amd64 Working on amd64 stack traces 2006-11-16 07:12:03 +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 Working on amd64 stack traces 2006-11-16 07:12:03 +00:00
Config.linux.ppc Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.linux.x86 x86 compiled stack traces working 2006-11-16 05:12:43 +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.macosx.x86 Trying to get stack traces going on OS X, but won't compile without -fomit-frame-pointer 2006-11-16 06:31:49 +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 fix compile errors on win32 2006-11-21 23:47:44 +00:00
Config.x86 x86 compiled stack traces working 2006-11-16 05:12:43 +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 Fix a warning 2006-12-03 04:54:54 +00:00
bignum.h Fix crash bug introduced in 0.86 2006-11-20 08:43:03 +00:00
bignumint.h PPC inline allocators almost working 2006-11-08 23:21:58 +00:00
code_gc.c Fix a typo and add a unit test 2006-12-04 05:30:19 +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 Fix a compile warning 2006-12-04 05:06:45 +00:00
compiler.h Slightly more compact relocation info 2006-10-25 00:26:32 +00:00
cpu-amd64.S Working on amd64 stack traces 2006-11-16 07:12:03 +00:00
cpu-amd64.h Working on amd64 stack traces 2006-11-16 07:12:03 +00:00
cpu-ppc.S Fix documentation typos, start working on compiled stack traces 2006-11-16 03:57:58 +00:00
cpu-ppc.h Fix documentation typos, start working on compiled stack traces 2006-11-16 03:57:58 +00:00
cpu-x86.S Remove erronous instruction from cpu-x86.S 2006-12-08 08:41:16 +00:00
cpu-x86.h x86 compiled stack traces working 2006-11-16 05:12:43 +00:00
data_gc.c First cut at bignum inline allocators 2006-11-07 05:22:34 +00:00
data_gc.h Simplify 2006-11-24 10:08:01 +00:00
debug.c Add crazy paranoia to code GC and flush stderr on Windows 2006-12-03 04:54:19 +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 Fix documentation typos, start working on compiled stack traces 2006-11-16 03:57:58 +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 alien-invoke no longer generates calls to consing unbox_* functions -- instead we just unbox the parameter list first, in factor code 2006-11-03 21:39:37 +00:00
ffi_test.h alien-invoke no longer generates calls to consing unbox_* functions -- instead we just unbox the parameter list first, in factor code 2006-11-03 21:39:37 +00:00
image.c Remove startup messages from VM 2006-12-10 20:02:11 +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 Also use mach exception handlers to trap SIGFPE 2006-11-23 21:35:36 +00:00
mach_signal.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
math.c Fix typo in fixnum* primitive 2006-11-07 23:04:16 +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 PowerPC float>fixnum intrinsic 2006-11-17 02:04:37 +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 Uncomment native stack pointer recording 2006-11-17 09:37:49 +00:00
os-solaris.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-unix.c GC is not safe from a signal handler since the ds/rs registers might be invalid. So disable the GC in signal handlers 2006-11-22 06:24:55 +00:00
os-unix.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
os-windows.c fix compile errors on win32 2006-11-21 23:47:44 +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 Simplify 2006-11-24 10:08:01 +00:00
run.h Simplify 2006-11-24 10:08:01 +00:00
stack.c Fix a hang if you do 'clear drop datastack' 2006-11-17 06:51:29 +00:00
stack.h Fix documentation typos, start working on compiled stack traces 2006-11-16 03:57:58 +00:00
types.c Add missing type check 2006-12-04 22:42:57 +00:00
types.h Fix a code GC race condition 2006-11-20 02:14:11 +00:00