.. |
Config.arm
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.linux
|
Config.linux: Clean up warnings when compiling with clang on Linux. make CC=clang CPP=clang++
|
2013-03-29 10:25:14 -07:00 |
Config.linux.arm
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.linux.ppc.32
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.linux.ppc.64
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.linux.x86.32
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |
Config.linux.x86.64
|
use -fPIC on all platforms for ffi lib
|
2009-03-27 15:39:13 -05:00 |
Config.macosx
|
Config.macosx: Try to support 10.5.
|
2013-03-29 14:36:11 -07:00 |
Config.macosx.x86.32
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.macosx.x86.64
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.macosx.x86.fat
|
Configs: CFLAGS isn't used by the GNUMakefile, change it to SITE_CFLAGS.
|
2013-03-23 12:10:37 -07:00 |
Config.unix
|
Configs: CFLAGS isn't used by the GNUMakefile, change it to SITE_CFLAGS.
|
2013-03-23 12:10:37 -07:00 |
Config.windows
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
Config.windows.x86.32
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.windows.x86.64
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
Config.x86.32
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Config.x86.64
|
vm: Typo for SITE_CFLAGS. Fixes #491.
|
2012-04-10 16:28:04 -07:00 |
Config.x86.fat
|
GNUmakefile: use PCH so compiler goes faster
|
2011-11-08 08:42:46 -08:00 |
aging_collector.cpp
|
VM: Refactor aging_collector to Factor style
|
2013-05-12 13:24:40 -04:00 |
aging_collector.hpp
|
VM: Refactor aging_collector to Factor style
|
2013-05-12 13:24:40 -04:00 |
aging_space.hpp
|
VM: Refactor aging_space to Factor style
|
2013-05-12 13:24:40 -04:00 |
alien.cpp
|
VM: Refactor alien.cpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
allot.hpp
|
VM: Refactor allot.hpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
arrays.cpp
|
VM: Refactor arrays.cpp/hpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
arrays.hpp
|
VM: Refactor arrays.cpp/hpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
assert.hpp
|
VM: Refactor assert.hpp to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic-cl-32.hpp
|
VM: Refactor atomic-* to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic-cl-64.hpp
|
VM: Refactor atomic-* to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic-gcc.hpp
|
VM: Refactor atomic-* to Factor style
|
2013-05-12 13:24:40 -04:00 |
atomic.hpp
|
vm: forgot to add atomic.hpp
|
2011-11-02 13:23:20 -07:00 |
bignum.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
bignum.hpp
|
io.binary: make le> and be> faster (20% and 75%, respectively).
|
2011-10-11 21:13:30 -07:00 |
bignumint.hpp
|
vm: use euclid gcd on win64 until we find a better way to do the 128-bit math.
|
2012-04-06 11:42:59 -07:00 |
bitwise_hacks.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
booleans.hpp
|
More FFI cleanups
|
2010-05-05 01:13:45 -04:00 |
bump_allocator.hpp
|
vm: rewrite 'become' primitive so that it uses a slot visitor instead of GC
|
2009-11-05 19:03:51 -06:00 |
byte_arrays.cpp
|
vm: Add more comments about functions that allocate.
|
2012-08-15 22:00:08 -07:00 |
byte_arrays.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
callbacks.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
callbacks.hpp
|
vm: fix callback heap code on 64-bit Windows
|
2010-04-04 17:46:36 -04:00 |
callstack.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
callstack.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
code_block_visitor.hpp
|
vm: replace remaining stack_frame-based logic
|
2011-12-14 09:56:49 -08:00 |
code_blocks.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
code_blocks.hpp
|
vm: callstack_reversed for callstack_to_array
|
2011-12-14 09:56:48 -08:00 |
code_heap.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
code_heap.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
code_roots.hpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
collector.hpp
|
vm: stage code block map fixup properly for GC
|
2011-12-14 09:56:48 -08:00 |
compaction.cpp
|
compaction: Less than is the new greater than. Fixes #558.
|
2012-07-25 17:57:50 -07:00 |
contexts.cpp
|
vm: more use of ctx->replace().
|
2013-03-22 09:17:02 -07:00 |
contexts.hpp
|
vm: replace remaining stack_frame-based logic
|
2011-12-14 09:56:49 -08:00 |
copying_collector.hpp
|
vm: 4 bit tags, new representation of alien objects makes unbox-any-c-ptr more efficient (work in progress)
|
2009-11-02 04:25:54 -06:00 |
cpu-arm.hpp
|
vm: Remove some dead code
|
2010-01-07 13:54:22 +13:00 |
cpu-ppc.hpp
|
vm: replace remaining stack_frame-based logic
|
2011-12-14 09:56:49 -08:00 |
cpu-ppc.linux.S
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
cpu-x86.32.hpp
|
vm: frame size for signal handler code blocks
|
2011-12-14 09:56:46 -08:00 |
cpu-x86.64.hpp
|
vm: remove VM_ASM_API
|
2009-12-24 01:37:24 +13:00 |
cpu-x86.cpp
|
vm: don't scribble memory handling leaf signals
|
2011-12-14 09:56:50 -08:00 |
cpu-x86.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
data_heap.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
data_heap.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
data_heap_checker.cpp
|
Get optimizing compiler working without global register variables in VM
|
2009-12-22 15:42:49 +13:00 |
data_roots.hpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
debug.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
dispatch.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
dispatch.hpp
|
tools.time: overhaul
|
2009-11-05 01:07:59 -06:00 |
entry_points.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
entry_points.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
errors.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
errors.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
factor.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
factor.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
factor.rs
|
vm: change id of windows app icon resource to more standard "APPICON"
|
2010-02-15 11:26:56 -08:00 |
ffi_test.c
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
ffi_test.h
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
fixup.hpp
|
vm: stage code block map fixup properly for GC
|
2011-12-14 09:56:48 -08:00 |
float_bits.hpp
|
vm: fix indentation in Joe's changes
|
2009-09-14 03:09:03 -05:00 |
free_list.cpp
|
Big cleanup of literal table and relocation-related code
|
2009-12-02 00:48:41 -06:00 |
free_list.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
free_list_allocator.hpp
|
vm: erase code blocks from all_blocks during sweep
|
2011-12-13 12:28:09 -08:00 |
full_collector.cpp
|
vm: erase code blocks from all_blocks during sweep
|
2011-12-13 12:28:09 -08:00 |
full_collector.hpp
|
vm: walk code roots from sample callstacks
|
2011-11-02 13:23:08 -07:00 |
gc.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
gc.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
gc_info.cpp
|
vm: fix 64-bit regression
|
2010-10-09 15:14:14 -07:00 |
gc_info.hpp
|
vm: fix 64-bit regression
|
2010-10-09 15:14:14 -07:00 |
generic_arrays.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
image.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
image.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
inline_cache.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
inline_cache.hpp
|
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
|
2009-09-27 19:42:18 +01:00 |
instruction_operands.cpp
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
instruction_operands.hpp
|
vm: add RT_SAFEPOINT to number_of_parameters()
|
2011-10-27 21:14:45 -07:00 |
io.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
io.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
jit.cpp
|
vm: Add more comments about functions that allocate.
|
2012-08-15 22:00:08 -07:00 |
jit.hpp
|
vm: frame size for signal handler code blocks
|
2011-12-14 09:56:46 -08:00 |
layouts.hpp
|
layours.hpp: Don't need RETAG here. Found by @mrjbq7. Fixes #637.
|
2013-03-29 17:20:08 -07:00 |
mach_signal.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
mach_signal.hpp
|
vm: hard tabs, indent width 8
|
2010-08-02 20:50:34 -04:00 |
main-unix.cpp
|
thread_id is a pthread_t on unix
|
2009-09-16 08:20:51 +01:00 |
main-windows.cpp
|
Squashed commit of the following:
|
2010-09-19 19:13:25 -05:00 |
mark_bits.hpp
|
vm: stage code block map fixup properly for GC
|
2011-12-14 09:56:48 -08:00 |
master.hpp
|
VM: Remove empty source files
|
2013-05-12 13:24:40 -04:00 |
math.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
math.hpp
|
vm: Add messages about things that can allocate. Fix a gc bug in the primitive for quotation-code.
|
2012-08-15 21:30:55 -07:00 |
mvm-none.cpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
mvm-unix.cpp
|
vm: move dispatch_signal_handler to cpu-x86.cpp
|
2011-10-27 21:18:20 -07:00 |
mvm-windows.cpp
|
vm: handle async signals at safepoints on unix
|
2011-10-27 21:14:46 -07:00 |
mvm.cpp
|
vm: fix typos
|
2010-03-29 02:27:45 -04:00 |
mvm.hpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
nursery_collector.cpp
|
vm: don't call nano_count() from the GC at all, unless GC event recording is on
|
2010-09-04 13:21:45 -07:00 |
nursery_collector.hpp
|
vm: make some more ctors explicit just for kicks
|
2009-10-24 23:02:58 -05:00 |
nursery_space.hpp
|
vm: make some more ctors explicit just for kicks
|
2009-10-24 23:02:58 -05:00 |
object_start_map.cpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
object_start_map.hpp
|
vm: faster sweep algorithm
|
2009-11-01 20:24:25 -06:00 |
objects.cpp
|
vm: More allocates comments.
|
2013-03-25 14:05:05 -07:00 |
objects.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
os-genunix.cpp
|
vm: speed up nano-count primitive on Mac OS X
|
2010-04-11 20:26:11 -07:00 |
os-genunix.hpp
|
vm: don't try loading Factor VM DLL anymore
|
2010-04-02 00:03:26 -04:00 |
os-linux-arm.cpp
|
vm: clean up TLS usage
|
2010-03-27 03:44:40 -04:00 |
os-linux-arm.hpp
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
os-linux-ppc.32.hpp
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
os-linux-ppc.64.hpp
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
os-linux-x86.32.hpp
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
os-linux-x86.64.hpp
|
cpu.x86.*: clean up signal handler prolog code
|
2011-12-14 09:56:50 -08:00 |
os-linux.cpp
|
Remove inotify system call wrappers. Hopefully everyone is using a recent glibc now. Fixes #86
|
2011-09-08 22:03:56 -07:00 |
os-linux.hpp
|
Remove inotify system call wrappers. Hopefully everyone is using a recent glibc now. Fixes #86
|
2011-09-08 22:03:56 -07:00 |
os-macosx-x86.32.hpp
|
vm: hard tabs, indent width 8
|
2010-08-02 20:50:34 -04:00 |
os-macosx-x86.64.hpp
|
cpu.x86.*: clean up signal handler prolog code
|
2011-12-14 09:56:50 -08:00 |
os-macosx.hpp
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
os-macosx.mm
|
os-macosx.mm: Use uname() instead of Gestalt for version check. Allow 10.5 and over still. Fixes #585. Fixes #815. Thanks @erikcharlebois and @jckarter for the motivation and the fix.
|
2013-03-26 16:53:09 -07:00 |
os-unix.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
os-unix.hpp
|
vm: more defense against multi-faulting
|
2011-11-12 13:02:57 -08:00 |
os-windows-x86.32.cpp
|
Remove Windows CE from core/ basis/ and build-support/
|
2011-09-18 23:19:06 -05:00 |
os-windows-x86.64.cpp
|
Squashed commit of the following:
|
2010-09-19 19:13:25 -05:00 |
os-windows.32.hpp
|
vm: better organize atomics and sample counter
|
2011-11-02 13:23:15 -07:00 |
os-windows.64.hpp
|
cpu.x86.*: clean up signal handler prolog code
|
2011-12-14 09:56:50 -08:00 |
os-windows.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
os-windows.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
platform.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
primitives.cpp
|
Using a higher-order C macro to clean up duplication in declaring/defining VM primitives
|
2010-03-19 14:05:14 -04:00 |
primitives.hpp
|
vm: adding bignum_gcd primitive.
|
2012-04-05 09:17:35 -07:00 |
quotations.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
quotations.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
run.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
run.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
safepoints.cpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
safepoints.hpp
|
vm: charge samples collected in prolog to parent
|
2011-11-23 11:11:26 -08:00 |
safeseh.asm
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
sampling_profiler.cpp
|
vm: Add more comments about functions that allocate.
|
2012-08-15 22:00:08 -07:00 |
sampling_profiler.hpp
|
vm: charge samples collected in prolog to parent
|
2011-11-23 11:11:26 -08:00 |
segments.hpp
|
vm: fix foreign segfaults and callstack overflows
|
2011-10-27 21:18:18 -07:00 |
slot_visitor.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
strings.cpp
|
vm: Add messages about things that can allocate. Fix a gc bug in the primitive for quotation-code.
|
2012-08-15 21:30:55 -07:00 |
strings.hpp
|
vm: use iostreams instead of printf for debug messages, clean up a few things
|
2009-10-21 20:12:57 -05:00 |
tagged.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
tenured_space.hpp
|
vm: mark sweep now traces code block references; rename embedded_pointer to instruction_operand
|
2009-11-23 19:17:12 -06:00 |
to_tenured_collector.cpp
|
vm: don't call nano_count() from the GC at all, unless GC event recording is on
|
2010-09-04 13:21:45 -07:00 |
to_tenured_collector.hpp
|
vm: mark sweep now traces code block references; rename embedded_pointer to instruction_operand
|
2009-11-23 19:17:12 -06:00 |
tuples.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
tuples.hpp
|
vm: move binary_payload_start() method from factor_vm to object class
|
2009-10-24 04:27:45 -05:00 |
utilities.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
utilities.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
vm.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
vm.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
words.cpp
|
vm: More allocates comments.
|
2013-03-25 14:05:05 -07:00 |
write_barrier.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |