| .. |
|
Config.arm
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
Config.linux.x86.64
|
…
|
|
|
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
|
…
|
|
|
Config.windows.x86.64
|
…
|
|
|
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
|
…
|
|
|
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: Refactor atomic.hpp to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
bignum.cpp
|
VM: Refactor bignum to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
bignum.hpp
|
VM: Refactor bignum to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
bignumint.hpp
|
VM: Refactor bignum to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
bitwise_hacks.hpp
|
VM: Refactor bitwise_hacks to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
booleans.hpp
|
VM: Refactor booleans.hpp to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
bump_allocator.hpp
|
VM: Refactor bump_allocator.hpp to Factor style
|
2013-05-12 13:24:41 -04:00 |
|
byte_arrays.cpp
|
VM: Refactor byte_arrays to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
byte_arrays.hpp
|
VM: Refactor byte_arrays to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
callbacks.cpp
|
VM: Refactor callbacks to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
callbacks.hpp
|
VM: Refactor callbacks to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
callstack.cpp
|
VM: Refactor callstack to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
callstack.hpp
|
VM: Refactor callstack to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
code_block_visitor.hpp
|
VM: Refactor code_blocks to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
code_blocks.cpp
|
VM: Refactor code_blocks to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
code_blocks.hpp
|
VM: Refactor code_blocks to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
code_heap.cpp
|
VM: Refactor code_heap to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
code_heap.hpp
|
VM: Refactor code_heap to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
code_roots.hpp
|
VM: Refactor code_roots to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
collector.hpp
|
VM: Refactor collector.hpp to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
compaction.cpp
|
VM: Refactor compaction.cpp to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
contexts.cpp
|
VM: Refactor contexts to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
contexts.hpp
|
VM: Refactor contexts to Factor style
|
2013-05-12 13:24:42 -04:00 |
|
copying_collector.hpp
|
VM: Refactor copying_collector.hpp to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
cpu-arm.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
cpu-ppc.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
cpu-ppc.linux.S
|
…
|
|
|
cpu-x86.32.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
cpu-x86.64.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
cpu-x86.cpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
cpu-x86.hpp
|
VM: Refactor cpu-* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
data_heap.cpp
|
VM: Refactor data_heap* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
data_heap.hpp
|
VM: Refactor data_heap* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
data_heap_checker.cpp
|
VM: Refactor data_heap* to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
data_roots.hpp
|
VM: Refactor data_roots.hpp to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
debug.cpp
|
VM: Refactor debug.cpp to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
dispatch.cpp
|
VM: Refactor dispatch to Factor style
|
2013-05-12 13:24:43 -04:00 |
|
dispatch.hpp
|
VM: Refactor dispatch to Factor style
|
2013-05-12 13:24:43 -04: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
|
…
|
|
|
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
|
…
|
|
|
free_list.cpp
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
gc_info.hpp
|
…
|
|
|
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
|
…
|
|
|
instruction_operands.cpp
|
…
|
|
|
instruction_operands.hpp
|
…
|
|
|
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
|
…
|
|
|
main-unix.cpp
|
…
|
|
|
main-windows.cpp
|
…
|
|
|
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
|
…
|
|
|
mvm-windows.cpp
|
…
|
|
|
mvm.cpp
|
…
|
|
|
mvm.hpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
|
nursery_collector.cpp
|
…
|
|
|
nursery_collector.hpp
|
…
|
|
|
nursery_space.hpp
|
…
|
|
|
object_start_map.cpp
|
vm: replace assert with FACTOR_ASSERT
|
2011-11-23 11:11:26 -08:00 |
|
object_start_map.hpp
|
…
|
|
|
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
|
…
|
|
|
os-genunix.hpp
|
…
|
|
|
os-linux-arm.cpp
|
…
|
|
|
os-linux-arm.hpp
|
…
|
|
|
os-linux-ppc.32.hpp
|
…
|
|
|
os-linux-ppc.64.hpp
|
…
|
|
|
os-linux-x86.32.hpp
|
…
|
|
|
os-linux-x86.64.hpp
|
cpu.x86.*: clean up signal handler prolog code
|
2011-12-14 09:56:50 -08:00 |
|
os-linux.cpp
|
…
|
|
|
os-linux.hpp
|
…
|
|
|
os-macosx-x86.32.hpp
|
…
|
|
|
os-macosx-x86.64.hpp
|
cpu.x86.*: clean up signal handler prolog code
|
2011-12-14 09:56:50 -08:00 |
|
os-macosx.hpp
|
…
|
|
|
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
|
…
|
|
|
os-windows-x86.32.cpp
|
…
|
|
|
os-windows-x86.64.cpp
|
…
|
|
|
os-windows.32.hpp
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
tagged.hpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
|
tenured_space.hpp
|
…
|
|
|
to_tenured_collector.cpp
|
…
|
|
|
to_tenured_collector.hpp
|
…
|
|
|
tuples.cpp
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
|
tuples.hpp
|
…
|
|
|
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 |