factor/vm
slava 155cb7f3be Unmark marked blocks after code GC 2006-09-26 23:04:30 +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.ppc Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.macosx Foo 2006-07-28 05:17:05 +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 Big runtime cleanup 2006-07-07 04:07:18 +00:00
Config.windows win32 updates 2006-07-14 05:40:13 +00:00
alien.c Compiled code labels are now first-class 2006-08-09 06:12:01 +00:00
alien.h alien-indirect now works on PowerPC; changed callback tests to use it and removed some test functions from runtime 2006-09-09 05:04:55 +00:00
bignum.c Compiled code labels are now first-class 2006-08-09 06:12:01 +00:00
bignum.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
bignumint.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
code_gc.c Unmark marked blocks after code GC 2006-09-26 23:04:30 +00:00
code_gc.h New code-gc primitive 2006-09-26 23:00:41 +00:00
compiler.c Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +00:00
compiler.h Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +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 New code-gc primitive 2006-09-26 23:00:41 +00:00
data_gc.h New code-gc primitive 2006-09-26 23:00:41 +00:00
debug.c Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +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 Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +00:00
factor.h Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +00:00
ffi_test.c alien-indirect now works on PowerPC; changed callback tests to use it and removed some test functions from runtime 2006-09-09 05:04:55 +00:00
ffi_test.h alien-indirect now works on PowerPC; changed callback tests to use it and removed some test functions from runtime 2006-09-09 05:04:55 +00:00
image.c Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +00:00
image.h GC now scans literal data area 2006-08-09 20:15:27 +00:00
io.c char* types in FFI calls can no longer accept null pointers 2006-07-31 21:39:58 +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 Simplify runtime's GC and relocation code 2006-07-31 21:36:15 +00:00
mach_signal.c Minor tweaks 2006-08-07 00:31:52 +00:00
mach_signal.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
math.c Move libm primitives to alien calls in library 2006-08-26 07:20:37 +00:00
math.h Move libm primitives to alien calls in library 2006-08-26 07:20:37 +00:00
os-freebsd.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-genunix.c Big runtime cleanup 2006-07-07 04:07:18 +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 Mac OS X Intel compile fixes 2006-08-12 21:34:46 +00:00
os-macosx.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-macosx.m Fix 'bad XT' error 2006-09-02 05:58:23 +00:00
os-solaris.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-unix.c Removed some code duplication between the Unix and Windows memory protection error handlers 2006-08-03 21:00:33 +00:00
os-unix.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
os-windows.c VM code cleanups 2006-09-24 19:28:44 +00:00
os-windows.h fix some win32 seh compile warnings 2006-08-03 22:06:43 +00:00
platform.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
primitives.c New code-gc primitive 2006-09-26 23:00:41 +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 Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +00:00
run.h Runtime code cleanups, implemented mark and sweep code GC 2006-09-26 22:44:18 +00:00
stack.c Slight continuations cleanup 2006-07-24 04:41:27 +00:00
stack.h Big runtime cleanup 2006-07-07 04:07:18 +00:00
types.c Automatically recompile words when files are loaded 2006-08-11 20:55:43 +00:00
types.h char* types in FFI calls can no longer accept null pointers 2006-07-31 21:39:58 +00:00