factor/vm
slava 761dab4188 Fix sig11 when dividing large bignums 2006-11-09 23:10:02 +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 Fix sig11 when dividing large bignums 2006-11-09 23:10:02 +00:00
bignum.h More allot_* cleanups 2006-11-02 23:29:11 +00:00
bignumint.h PPC inline allocators almost working 2006-11-08 23:21:58 +00:00
code_gc.c Fix code heap saving if the last block in the heap is allocated 2006-11-04 21:51:18 +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 First cut at bignum inline allocators 2006-11-07 05:22:34 +00:00
data_gc.h Fix sig11 when dividing large bignums 2006-11-09 23:10:02 +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 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 numbers-game has MAIN:, image loading cleanup 2006-11-09 03:13:33 +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 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 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 fix win32 runtime compile errors 2006-11-04 16:52:57 +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