factor/vm
Slava Pestov 6530057512 Starting work on record1 strings 2008-01-31 20:11:46 -06:00
..
Config.arm More build system work 2007-09-22 00:44:27 -04:00
Config.freebsd Initial import 2007-09-20 18:09:08 -04:00
Config.freebsd.x86.32 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.freebsd.x86.64 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.linux Initial import 2007-09-20 18:09:08 -04:00
Config.linux.arm Linux/ARM fixes with help from doublec 2007-11-05 01:40:48 -05:00
Config.linux.ppc Initial import 2007-09-20 18:09:08 -04:00
Config.linux.x86.32 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.linux.x86.64 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.macosx Initial import 2007-09-20 18:09:08 -04:00
Config.macosx.ppc Initial import 2007-09-20 18:09:08 -04:00
Config.macosx.x86.32 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.macosx.x86.64 macosx-x86-64 2007-12-11 22:48:20 -05:00
Config.netbsd Tweak LIBS and LIBPATH for NetBSD 2008-01-30 12:10:42 +01:00
Config.netbsd.x86.32 Add NetBSD support 2008-01-30 10:57:38 +00:00
Config.netbsd.x86.64 Add NetBSD support 2008-01-30 10:57:38 +00:00
Config.openbsd Initial import 2007-09-20 18:09:08 -04:00
Config.openbsd.x86.32 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.openbsd.x86.64 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.ppc More build system work 2007-09-22 00:44:27 -04:00
Config.solaris Initial import 2007-09-20 18:09:08 -04:00
Config.solaris.x86.32 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.solaris.x86.64 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.unix Linux/ARM fixes with help from doublec 2007-11-05 01:40:48 -05:00
Config.windows Initial import 2007-09-20 18:09:08 -04:00
Config.windows.ce Initial import 2007-09-20 18:09:08 -04:00
Config.windows.ce.arm Remove non-working Windows CE SEH code 2007-10-28 01:21:37 -04:00
Config.windows.nt Comment out the AllocConsole() code for windows 2007-11-24 18:07:05 -06:00
Config.windows.nt.x86.32 Comment out the AllocConsole() code for windows 2007-11-24 18:07:05 -06:00
Config.windows.nt.x86.64 add Config file for win64 2007-11-24 18:00:18 -06:00
Config.x86.32 Build system cleanup 2007-09-22 00:41:17 -04:00
Config.x86.64 More build system work 2007-09-22 00:44:27 -04:00
alien.c alien-address primitive fix 2007-09-30 01:46:44 -04:00
alien.h bit-vectors byte-vectors float-vectors 2008-01-29 15:04:26 -06:00
asm.h Tweak asm.h for Mac Intel 2007-09-21 16:55:55 -04:00
bignum.c Initial import 2007-09-20 18:09:08 -04:00
bignum.h Initial import 2007-09-20 18:09:08 -04:00
bignumint.h Initial import 2007-09-20 18:09:08 -04:00
callstack.c PowerPC support work in progress 2008-01-09 01:33:40 -05:00
callstack.h Re-implement callstack>array 2007-12-30 16:54:01 -05:00
code_gc.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
code_gc.h Simplify code heap layout 2008-01-16 15:45:04 -05:00
code_heap.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
code_heap.h Simplify code heap layout 2008-01-16 15:45:04 -05:00
cpu-arm.S Symbols are compound defs now; SYMBOL: foo == : foo \ foo ; 2007-12-25 22:55:17 -05:00
cpu-arm.h Deferred words are now compound words 2007-12-26 17:28:34 -05:00
cpu-ppc.S PowerPC support work in progress 2008-01-08 17:04:45 -04:00
cpu-ppc.h Fix code heap compaction and clean up VM a bit 2007-12-26 17:14:33 -05:00
cpu-x86.32.S Clean up Windows support 2007-10-06 18:09:22 -04:00
cpu-x86.32.h Attempt to merge in changes 2007-09-27 15:10:37 -05:00
cpu-x86.64.S Clean up Windows support 2007-10-06 18:09:22 -04:00
cpu-x86.64.h Attempt to merge in changes 2007-09-27 15:10:37 -05:00
cpu-x86.S Deferred words are now compound words 2007-12-26 17:28:34 -05:00
cpu-x86.h Deferred words are now compound words 2007-12-26 17:28:34 -05:00
data_gc.c Data type cleanups 2008-01-29 23:13:47 -06:00
data_gc.h Improved JIT compiler design; better REGISTER_ROOT/UNREGISTER_ROOT stuff 2007-12-26 01:45:16 -05:00
debug.c Starting work on record1 strings 2008-01-31 20:11:46 -06:00
debug.h Initial import 2007-09-20 18:09:08 -04:00
errors.c Deferred words are now compound words 2007-12-26 17:28:34 -05:00
errors.h bit-vectors byte-vectors float-vectors 2008-01-29 15:04:26 -06:00
factor.c PowerPC support work in progress 2008-01-09 01:33:40 -05:00
factor.h Initial import 2007-09-20 18:09:08 -04:00
factor.rs New icons from Elie 2007-09-24 15:34:17 -04:00
ffi_test.c VM portion of new unit tests 2007-10-09 02:08:09 -04:00
ffi_test.h VM portion of new unit tests 2007-10-09 02:08:09 -04:00
float_bits.h Initial import 2007-09-20 18:09:08 -04:00
image.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
image.h JIT improvements; simpler 'current XT' relocation logic 2008-01-07 17:14:09 -04:00
io.c Add stderr stream; more Unix I/O work 2008-01-18 19:43:14 -05:00
io.h Initial import 2007-09-20 18:09:08 -04:00
layouts.h Starting work on record1 strings 2008-01-31 20:11:46 -06:00
mach_signal.c Fix x86 stack alignment in Mach exception handler code 2007-10-29 02:23:16 -04:00
mach_signal.h Add attributions to mach_signal files 2007-10-28 14:41:28 -04:00
main-unix.c Initial import 2007-09-20 18:09:08 -04:00
main-windows-ce.c Initial import 2007-09-20 18:09:08 -04:00
main-windows-nt.c Initial import 2007-09-20 18:09:08 -04:00
master.h Improved profiler doesn't require all words to be recompiled to enable/disable 2007-10-28 04:33:36 -04:00
math.c New fixnum-shift primitive 2008-01-12 21:13:40 -05:00
math.h New fixnum-shift primitive 2008-01-12 21:13:40 -05:00
os-freebsd-x86.32.h Fix Linux and FreeBSD signal handling on x86 2008-01-16 01:16:53 -05:00
os-freebsd.c Initial import 2007-09-20 18:09:08 -04:00
os-freebsd.h Fixing environ for freebsd and linux 2007-11-14 13:36:48 -08:00
os-genunix.c Initial import 2007-09-20 18:09:08 -04:00
os-genunix.h Initial import 2007-09-20 18:09:08 -04:00
os-linux-arm.c Give credit where credit is due 2007-11-07 19:26:26 -05:00
os-linux-arm.h Linux/ARM fixes with help from doublec 2007-11-05 01:40:48 -05:00
os-linux-ppc.h Simpler callstack layout 2007-10-05 17:30:10 -04:00
os-linux-x86-32.h Fix Linux and FreeBSD signal handling on x86 2008-01-16 01:16:53 -05:00
os-linux-x86-64.h Fix Linux/x86-64 signal handler problem 2007-12-08 23:26:35 -05:00
os-linux.c Initial import 2007-09-20 18:09:08 -04:00
os-linux.h Fixing environ for freebsd and linux 2007-11-14 13:36:48 -08:00
os-macosx-ppc.h Fix x86 stack alignment in Mach exception handler code 2007-10-29 02:23:16 -04:00
os-macosx-x86.32.h Fix x86 stack alignment in Mach exception handler code 2007-10-29 02:23:16 -04:00
os-macosx-x86.64.h macosx-x86-64 2007-12-11 23:33:05 -05:00
os-macosx.h os-envs primitive to get current environment 2007-11-12 23:18:29 -05:00
os-macosx.m Use [NSString UTF8String] instead of [NSString cString] in os-macosx.m to suppress deprecation warnings 2008-01-26 17:32:12 -08:00
os-netbsd.c Add NetBSD support 2008-01-30 10:57:38 +00:00
os-netbsd.h Add NetBSD support 2008-01-30 10:57:38 +00:00
os-openbsd-x86.32.h Build system cleanup 2007-09-22 00:41:17 -04:00
os-openbsd-x86.64.h Build system cleanup 2007-09-22 00:41:17 -04:00
os-openbsd.c Initial import 2007-09-20 18:09:08 -04:00
os-openbsd.h Initial import 2007-09-20 18:09:08 -04:00
os-solaris.c Initial import 2007-09-20 18:09:08 -04:00
os-solaris.h Initial import 2007-09-20 18:09:08 -04:00
os-unix-ucontext.h Initial import 2007-09-20 18:09:08 -04:00
os-unix.c Fix Linux and FreeBSD signal handling on x86 2008-01-16 01:16:53 -05:00
os-unix.h Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
os-windows-ce.c Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
os-windows-ce.h Add open_console() command line parameter and stubs on each platform 2007-11-21 14:27:25 -06:00
os-windows-nt.c Improved JIT compiler design; better REGISTER_ROOT/UNREGISTER_ROOT stuff 2007-12-26 01:45:16 -05:00
os-windows-nt.h Reuse existing console if present, or else open a new console, when -console is supplied 2007-11-21 14:47:15 -06:00
os-windows.c Improved JIT compiler design; better REGISTER_ROOT/UNREGISTER_ROOT stuff 2007-12-26 01:45:16 -05:00
os-windows.h Fix trailing whitespace 2007-10-13 00:57:24 -04:00
platform.h Add NetBSD support 2008-01-30 10:57:38 +00:00
primitives.c Data type cleanups 2008-01-29 23:13:47 -06:00
primitives.h Inhibit assignment re-ordering 2007-10-06 22:52:55 -04:00
profiler.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
profiler.h Redo the profiler 2008-01-02 20:36:36 -04:00
quotations.c Simplify code heap layout 2008-01-16 15:45:04 -05:00
quotations.h PowerPC support work in progress 2008-01-09 01:33:40 -05:00
run.c Redo the profiler 2008-01-02 20:36:36 -04:00
run.h Add stderr stream; more Unix I/O work 2008-01-18 19:43:14 -05:00
types.c Starting work on record1 strings 2008-01-31 20:11:46 -06:00
types.h Data type cleanups 2008-01-29 23:13:47 -06:00
utilities.c Initial import 2007-09-20 18:09:08 -04:00
utilities.h Initial import 2007-09-20 18:09:08 -04:00