.. |
Config.arm
|
…
|
|
Config.linux
|
Build: never dynlink with gui libs
|
2016-03-11 05:17:04 +01:00 |
Config.linux.arm
|
…
|
|
Config.linux.ppc.32
|
…
|
|
Config.linux.ppc.64
|
…
|
|
Config.linux.x86.32
|
…
|
|
Config.linux.x86.64
|
GNUmakefile: Remove LIBPATH from the build system since nothing needs it. Fixes #1192.
|
2014-11-11 00:05:52 -08:00 |
Config.macosx
|
Build: never dynlink with gui libs
|
2016-03-11 05:17:04 +01:00 |
Config.macosx.x86.32
|
…
|
|
Config.macosx.x86.64
|
…
|
|
Config.macosx.x86.fat
|
…
|
|
Config.unix
|
Build: never dynlink with gui libs
|
2016-03-11 05:17:04 +01:00 |
Config.windows
|
…
|
|
Config.windows.x86.32
|
…
|
|
Config.windows.x86.64
|
…
|
|
Config.x86.32
|
…
|
|
Config.x86.64
|
…
|
|
Config.x86.fat
|
…
|
|
aging_collector.cpp
|
VM: smaller style-fixes, like removing redundant else clauses and this prefixes
|
2015-08-14 20:19:55 -07:00 |
aging_space.hpp
|
VM: smaller style-fixes, like removing redundant else clauses and this prefixes
|
2015-08-14 20:19:55 -07:00 |
alien.cpp
|
VM: now special-objects is used for -1, 0, 1 and t
|
2015-12-10 10:22:38 +01:00 |
allot.hpp
|
VM: simplified logic for allot_object()
|
2015-08-14 20:19:57 -07:00 |
arrays.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
arrays.hpp
|
…
|
|
assert.hpp
|
…
|
|
atomic-cl-32.hpp
|
…
|
|
atomic-cl-64.hpp
|
…
|
|
atomic-gcc.hpp
|
…
|
|
atomic.hpp
|
…
|
|
bignum.cpp
|
VM: fix bignum>fixnum-strict conversion, previously most-negative-fixnum
|
2015-06-29 08:19:42 +02:00 |
bignum.hpp
|
VM: fix bignum>fixnum-strict conversion, previously most-negative-fixnum
|
2015-06-29 08:19:42 +02:00 |
bignumint.hpp
|
VM: now special-objects is used for -1, 0, 1 and t
|
2015-12-10 10:22:38 +01:00 |
bitwise_hacks.hpp
|
…
|
|
booleans.hpp
|
…
|
|
bump_allocator.hpp
|
VM: no need for a nursery_space class, it's just a bump_allocator
|
2014-12-04 10:23:33 -08:00 |
byte_arrays.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
byte_arrays.hpp
|
…
|
|
callbacks.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
callbacks.hpp
|
VM: callback_entry_point() and update() can be removed
|
2015-09-02 21:54:39 +02:00 |
callstack.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
callstack.hpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
code_blocks.cpp
|
VM: the compute_vm_address method can be removed
|
2015-12-13 13:56:36 +01:00 |
code_blocks.hpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
code_heap.cpp
|
VM: new function set_safepoint_guard to replace the functions (un)guard_safepoint
|
2015-08-24 07:23:40 -07:00 |
code_heap.hpp
|
VM: new function set_safepoint_guard to replace the functions (un)guard_safepoint
|
2015-08-24 07:23:40 -07:00 |
code_roots.hpp
|
…
|
|
collector.hpp
|
VM: workhorse attribute not used
|
2015-09-22 08:51:03 +02:00 |
compaction.cpp
|
VM: callback_entry_point() and update() can be removed
|
2015-09-02 21:54:39 +02:00 |
contexts.cpp
|
vm/contexts.cpp: We are only deleting half the contexts because we increment the iter twice per loop! Fixes #1534. Thanks clang!
|
2016-03-01 00:19:43 -08:00 |
contexts.hpp
|
VM: the context_object_count must be wrong, there are only 4 of them
|
2015-08-14 20:19:50 -07:00 |
cpu-arm.hpp
|
VM: FRAME_RETURN_ADDRESS define unused
|
2015-08-14 20:19:54 -07:00 |
cpu-ppc.hpp
|
VM: change the definition of entry_point in word and quotation from void* to cell
|
2015-01-15 09:29:13 +00:00 |
cpu-ppc.linux.S
|
…
|
|
cpu-x86.32.hpp
|
VM: fix jit-signal-handler-prolog/epilog to account for the home space
|
2015-08-26 20:23:25 +02:00 |
cpu-x86.64.hpp
|
VM: fix jit-signal-handler-prolog/epilog to account for the home space
|
2015-08-26 20:23:25 +02:00 |
cpu-x86.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
cpu-x86.hpp
|
VM: change the definition of entry_point in word and quotation from void* to cell
|
2015-01-15 09:29:13 +00:00 |
data_heap.cpp
|
VM: move changes of structs to lambda functions
|
2015-07-06 22:49:38 +02:00 |
data_heap.hpp
|
VM: replaced the reset_generation() generic method with one method for each generation
|
2015-01-15 09:29:14 +00:00 |
data_heap_checker.cpp
|
VM: move changes of structs to lambda functions
|
2015-07-06 22:49:38 +02:00 |
data_roots.hpp
|
VM: FACTOR_ASSERT so that data_root never wraps a null pointer, cause if it does, random crashes can happen
|
2014-11-17 17:27:36 -08:00 |
debug.cpp
|
VM: fixes to use the TAG macro over tagged<object>(obj).type()
|
2015-11-23 02:27:22 +01:00 |
debug.hpp
|
VM: make the debug output a little prettier
|
2015-08-24 07:23:40 -07:00 |
dispatch.cpp
|
VM: fixes to use the TAG macro over tagged<object>(obj).type()
|
2015-11-23 02:27:22 +01:00 |
dispatch.hpp
|
…
|
|
entry_points.cpp
|
VM: get_entry_point is unused
|
2015-07-12 22:36:59 +02:00 |
errors.cpp
|
VM: replaced calls to out_of_memory() with fatal_error()
|
2015-10-08 20:46:17 +02:00 |
errors.hpp
|
VM: replaced calls to out_of_memory() with fatal_error()
|
2015-10-08 20:46:17 +02:00 |
factor.cpp
|
command-line.startup: document more command line flags. we already have -nosignals, but it was hidden in the source code. Fix spacing for default image. Closes #1514.
|
2016-03-03 17:16:39 -08:00 |
factor.hpp
|
VM: fix move_file called from save_image
|
2015-09-29 23:13:10 +02:00 |
factor.rs
|
…
|
|
ffi_test.c
|
ffi_test.c: Casting a 32bit int to a 64bit pointer is invalid. Instead,
|
2015-06-05 10:21:20 -07:00 |
ffi_test.def
|
VM: for consistency, it is easier to put all functions in the exports file
|
2015-09-02 21:54:44 +02:00 |
ffi_test.h
|
VM: for consistency, it is easier to put all functions in the exports file
|
2015-09-02 21:54:44 +02:00 |
fixup.hpp
|
VM: simplified fixup_gc_workhorse::fixup_data by mering lots of functions only used once
|
2015-01-15 09:29:14 +00:00 |
float_bits.hpp
|
…
|
|
free_list.cpp
|
…
|
|
free_list.hpp
|
…
|
|
free_list_allocator.hpp
|
Revert "vm: don't use implicit this. thanks to Jon Harper for the report."
|
2015-08-14 11:15:55 -07:00 |
full_collector.cpp
|
VM: merge full_collector.hpp into full_collector.cpp
|
2015-08-04 16:02:10 +02:00 |
gc.cpp
|
VM: fix one callstack overflow problem by "unlocking" the callstacks
|
2015-08-14 20:19:58 -07:00 |
gc.hpp
|
VM: new primitive (callback-room) for querying the VM about memory usage
|
2014-09-29 07:30:21 -07:00 |
gc_info.cpp
|
…
|
|
gc_info.hpp
|
VM: smaller style-fixes, like removing redundant else clauses and this prefixes
|
2015-08-14 20:19:55 -07:00 |
generic_arrays.hpp
|
VM: get rid of the duplicated nursery instance in vm->data->nursery
|
2014-11-21 02:16:03 -08:00 |
image.cpp
|
VM: now special-objects is used for -1, 0, 1 and t
|
2015-12-10 10:22:38 +01:00 |
image.hpp
|
VM: now special-objects is used for -1, 0, 1 and t
|
2015-12-10 10:22:38 +01:00 |
inline_cache.cpp
|
VM: simplifies factor_vm::determine_inline_cache_type
|
2016-02-28 01:10:12 +01:00 |
inline_cache.hpp
|
VM: change the definition of entry_point in word and quotation from void* to cell
|
2015-01-15 09:29:13 +00:00 |
instruction_operands.cpp
|
VM: removes a few methods related to relocation handling
|
2015-12-13 13:56:36 +01:00 |
instruction_operands.hpp
|
VM: removes a few methods related to relocation handling
|
2015-12-13 13:56:36 +01:00 |
io.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
io.hpp
|
VM: fixes so that raw_fread and safe_fread returns a size_t again
|
2015-06-05 02:14:49 +02:00 |
jit.cpp
|
VM: the rel_type() and rel_offset() accessors in instruction_operand can be removed
|
2015-12-13 13:56:36 +01:00 |
jit.hpp
|
vm: Annotate more places where we can gc.
|
2014-11-29 19:25:46 -06:00 |
layouts.hpp
|
VM: LEAF_FRAME_SIZE is 16 bytes on all platforms so we can simplify it
|
2015-08-26 20:23:15 +02:00 |
mach_signal.cpp
|
…
|
|
mach_signal.hpp
|
…
|
|
main-unix.cpp
|
…
|
|
main-windows.cpp
|
…
|
|
mark_bits.hpp
|
VM: removes the template parameter from mark_bits
|
2015-01-15 09:29:13 +00:00 |
master.hpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
math.cpp
|
math.cpp: Fix two warnings. Fixes #1549.
|
2016-03-08 10:02:28 -08:00 |
math.hpp
|
vm: generate a to_fixnum_strict to workaround an odd io.monitors issue.
|
2014-06-07 12:06:03 -07:00 |
mvm-none.cpp
|
…
|
|
mvm-unix.cpp
|
…
|
|
mvm-windows.cpp
|
…
|
|
mvm.cpp
|
…
|
|
mvm.hpp
|
…
|
|
nursery_collector.cpp
|
VM: cleanups, like removing redundant paranthesis and removing method
|
2015-05-09 20:04:22 -07:00 |
object_start_map.cpp
|
VM: cleanup of some infrequently used functions that can be replaced with direct code
|
2015-02-28 14:14:30 -08:00 |
object_start_map.hpp
|
VM: cleanup of some infrequently used functions that can be replaced with direct code
|
2015-02-28 14:14:30 -08:00 |
objects.cpp
|
VM: fixes to use the TAG macro over tagged<object>(obj).type()
|
2015-11-23 02:27:22 +01:00 |
objects.hpp
|
VM: nitpick fix of filenames in comments
|
2016-02-28 01:23:59 +01:00 |
os-genunix.cpp
|
…
|
|
os-genunix.hpp
|
vm: Add threadsafe_sterror to the vm.
|
2014-07-04 03:00:08 -07:00 |
os-linux-arm.cpp
|
…
|
|
os-linux-arm.hpp
|
VM: an unused #define we can eliminate
|
2015-08-14 20:19:50 -07:00 |
os-linux-ppc.32.hpp
|
VM: FRAME_RETURN_ADDRESS define unused
|
2015-08-14 20:19:54 -07:00 |
os-linux-ppc.64.hpp
|
VM: FRAME_RETURN_ADDRESS define unused
|
2015-08-14 20:19:54 -07:00 |
os-linux-x86.32.hpp
|
VM: an unused #define we can eliminate
|
2015-08-14 20:19:50 -07:00 |
os-linux-x86.64.hpp
|
VM: fix jit-signal-handler-prolog/epilog to account for the home space
|
2015-08-26 20:23:25 +02:00 |
os-linux.cpp
|
…
|
|
os-linux.hpp
|
…
|
|
os-macosx-x86.32.hpp
|
…
|
|
os-macosx-x86.64.hpp
|
VM: fix jit-signal-handler-prolog/epilog to account for the home space
|
2015-08-26 20:23:25 +02:00 |
os-macosx.hpp
|
VM: an unused #define we can eliminate
|
2015-08-14 20:19:50 -07:00 |
os-macosx.mm
|
vm: fix OS X issue with using symlinks from outside $factor.
|
2014-12-03 19:19:52 -08:00 |
os-unix.cpp
|
VM: replaced calls to out_of_memory() with fatal_error()
|
2015-10-08 20:46:17 +02:00 |
os-unix.hpp
|
VM: fix move_file called from save_image
|
2015-09-29 23:13:10 +02:00 |
os-windows-x86.32.cpp
|
Reorganising bootstrap files
|
2015-05-22 12:22:24 -07:00 |
os-windows-x86.64.cpp
|
…
|
|
os-windows.32.hpp
|
…
|
|
os-windows.64.hpp
|
VM: fix jit-signal-handler-prolog/epilog to account for the home space
|
2015-08-26 20:23:25 +02:00 |
os-windows.cpp
|
VM: fix so that errno is set if MoveFileEx fails, should fix #1490
|
2015-10-12 12:19:21 +02:00 |
os-windows.hpp
|
VM: fix move_file called from save_image
|
2015-09-29 23:13:10 +02:00 |
platform.hpp
|
platform.hpp: Indent so I can see wtf is going on with the preprocessor control flow.
|
2015-06-05 10:53:02 -07:00 |
primitives.cpp
|
…
|
|
primitives.hpp
|
VM: make allot_alien() and ffi_dlsym() use cell instead of void*
|
2015-08-23 18:36:31 -07:00 |
quotations.cpp
|
VM: refactors the prepare_boot_image method
|
2015-12-04 13:57:57 +01:00 |
quotations.hpp
|
VM: emit_prolog/emit_epilog can be simplified because stack frame and
|
2015-08-14 20:19:51 -07:00 |
run.cpp
|
VM: a bunch of methods on factor_vm that can be converted into free
|
2015-08-04 16:02:09 +02:00 |
run.hpp
|
…
|
|
safepoints.cpp
|
VM: instead of enqueue_safepoint() just call set_safepoint_guard() directly
|
2015-08-26 20:23:23 +02:00 |
safepoints.hpp
|
VM: instead of enqueue_safepoint() just call set_safepoint_guard() directly
|
2015-08-26 20:23:23 +02:00 |
safeseh.asm
|
…
|
|
sampling_profiler.cpp
|
VM: some more fixing to make the types match better, converting void* to cell
|
2015-01-15 09:29:13 +00:00 |
sampling_profiler.hpp
|
…
|
|
segments.hpp
|
VM: new method set_border_locked() in segment, so that you can remove
|
2015-08-14 20:19:56 -07:00 |
slot_visitor.hpp
|
VM: removes a few methods related to relocation handling
|
2015-12-13 13:56:36 +01:00 |
strings.cpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
tagged.hpp
|
VM: refactor tagged.hpp so it's not dependent on the factor_vm class
|
2015-11-24 16:00:50 +01:00 |
tenured_space.hpp
|
VM: smaller style-fixes, like removing redundant else clauses and this prefixes
|
2015-08-14 20:19:55 -07:00 |
to_tenured_collector.cpp
|
VM: to_tenured_collector isn't needed, it's just a normal collector instance
|
2015-05-09 20:04:21 -07:00 |
to_tenured_collector.hpp
|
VM: to_tenured_collector isn't needed, it's just a normal collector instance
|
2015-05-09 20:04:21 -07:00 |
tuples.cpp
|
…
|
|
utilities.cpp
|
…
|
|
utilities.hpp
|
utilities.hpp: Use auto pointer instead of gcc extension typeof().
|
2015-06-05 10:20:32 -07:00 |
vm.cpp
|
VM: macro FACTOR_FOR_EACH used in more places to drive iteration
|
2015-06-05 02:14:49 +02:00 |
vm.hpp
|
VM: the compute_vm_address method can be removed
|
2015-12-13 13:56:36 +01:00 |
words.cpp
|
VM: refactors the prepare_boot_image method
|
2015-12-04 13:57:57 +01:00 |
write_barrier.hpp
|
VM: cleanup of some infrequently used functions that can be replaced with direct code
|
2015-02-28 14:14:30 -08:00 |