factor/vm
slava 756cea6164 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +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 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
alien.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
bignum.c Assorted fixes: sort out bignum division by zero, fix some unit tests 2006-12-14 07:35:22 +00:00
bignum.h Fix crash bug introduced in 0.86 2006-11-20 08:43:03 +00:00
bignumint.h Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +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 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
compiler.h #label nodes are now reported in compiled stack traces 2006-12-18 00:10:32 +00:00
cpu-amd64.S AMD64 fixes 2006-12-18 02:25:43 +00:00
cpu-amd64.h AMD64 fixes 2006-12-18 02:25:43 +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 runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +00:00
cpu-x86.S Remove erronous instruction from cpu-x86.S 2006-12-08 08:41:16 +00:00
cpu-x86.h Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +00:00
data_gc.c Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
data_gc.h Simplify 2006-11-24 10:08:01 +00:00
debug.c Grab native stack pointer from signal handler 2006-12-18 04:31:38 +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 #label nodes are now reported in compiled stack traces 2006-12-18 00:10:32 +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 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +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 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +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-ppc.h Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +00:00
os-linux.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-macosx-ppc.h Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +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 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
os-solaris.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-unix.c Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
os-unix.h Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
os-windows.c Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
os-windows.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
platform.h Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +00:00
primitives.c #label nodes are now reported in compiled stack traces 2006-12-18 00:10:32 +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 Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
run.h Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
stack.c Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +00:00
stack.h Fix runtime compile warnings; working on native stack traces again 2006-12-17 22:40:21 +00:00
types.c Grab native stack pointer from signal handler 2006-12-18 04:31:38 +00:00
types.h Fix a code GC race condition 2006-11-20 02:14:11 +00:00