factor/vm
Björn Lindqvist 76139dca56 VM: new ffi_test functions added 2016-08-05 15:30:28 +02:00
..
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
Config.macosx GNUMakefile: Explicitly ask for stdlib=libc++ because clang downgrades the version silently if you use backward compatibility mode with OSX 10.5 and then shrink_to_fit() doesn't work. 2016-05-05 16:48:40 -07: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: removes the collector class 2016-05-04 17:52:04 +02: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: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07: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 vm: fix typo from c++ comment patch causing compile failure. 2016-08-04 09:28:50 -07:00
booleans.hpp
bump_allocator.hpp VM: a little faster definition of contains_p() 2016-06-14 04:40:20 +02: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: make return_takes_param() a function 2016-04-24 14:19:35 +02:00
callbacks.hpp VM: make return_takes_param() a function 2016-04-24 14:19:35 +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: refactor a struct into a c++11 lambda 2016-06-07 14:04:28 +02:00
code_blocks.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
code_heap.cpp VM: fixing small style issues 2016-07-02 15:50:59 +02: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: removes the collector class 2016-05-04 17:52:04 +02:00
compaction.cpp VM: all the started_<blah>() replaced with reset_timer() 2016-04-24 15:21:17 +02:00
contexts.cpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
contexts.hpp VM: fixing small style issues 2016-07-02 15:50:59 +02:00
cpu-arm.hpp VM: FRAME_RETURN_ADDRESS define unused 2015-08-14 20:19:54 -07:00
cpu-ppc.hpp
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: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
data_heap.cpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
data_heap.hpp
data_heap_checker.cpp vm: Fix four compile warnings reported by gcc with -pedantic flag. 2016-03-30 15:39:42 -07:00
data_roots.hpp
debug.cpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
debug.hpp VM: make the debug output a little prettier 2015-08-24 07:23:40 -07:00
dispatch.cpp VM: a bunch of more methods on the factor_vm class that can be made into funtions 2016-05-30 07:44:26 +02:00
dispatch.hpp
entry_points.cpp VM: get_entry_point is unused 2015-07-12 22:36:59 +02:00
errors.cpp VM: removes the signal_handler_impl methods from factor_vm 2016-06-29 18:27:26 +02:00
errors.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
factor.cpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
factor.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
factor.rs
ffi_test.c compiler.tests.alien: tests for varargs calls 2016-08-02 23:36:02 +02:00
ffi_test.def VM: new ffi_test functions added 2016-08-05 15:30:28 +02:00
ffi_test.h compiler.tests.alien: tests for varargs calls 2016-08-02 23:36:02 +02:00
fixup.hpp
float_bits.hpp
free_list.cpp VM: fixing small style issues 2016-07-02 15:50:59 +02:00
free_list.hpp VM: fixing small style issues 2016-07-02 15:50:59 +02:00
full_collector.cpp VM: removes the collector class 2016-05-04 17:52:04 +02:00
gc.cpp VM: don't end the gc event in start_gc_again, fixes #659 2016-05-04 22:47:50 +02:00
gc.hpp VM: all the started_<blah>() replaced with reset_timer() 2016-04-24 15:21:17 +02:00
gc_info.cpp
gc_info.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
generic_arrays.hpp
image.cpp VM: add destructor to vm_parameters so that executable and image_path is 2016-05-14 18:21:49 +02:00
image.hpp VM: add destructor to vm_parameters so that executable and image_path is 2016-05-14 18:21:49 +02:00
inline_cache.cpp VM: rename compile_inline_cache and refactor the loop body into emit_check_and_jump 2016-05-31 03:37:24 +02:00
inline_cache.hpp
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: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07: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: fixing small style issues 2016-07-02 15:50:59 +02:00
jit.hpp VM: rename of JIT_PUSH_IMMEDIATE to JIT_PUSH_LITERAL 2016-06-07 14:54:23 +02:00
layouts.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
mach_signal.cpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
mach_signal.hpp
main-unix.cpp
main-windows.cpp
mark_bits.hpp
master.hpp VM: set_border_locked is the same on windows and unix 2016-06-27 16:27:56 +02:00
math.cpp math.cpp: Fix two warnings. Fixes #1549. 2016-03-08 10:02:28 -08:00
math.hpp VM: fixes to make some if-else statements read better 2016-03-31 00:37:59 +02:00
mvm-none.cpp
mvm-unix.cpp
mvm-windows.cpp
mvm.cpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
mvm.hpp
nursery_collector.cpp VM: removes the collector class 2016-05-04 17:52:04 +02:00
object_start_map.cpp
object_start_map.hpp
objects.cpp VM: method compute_identity_hashcode is not needed 2016-05-02 14:05:01 +02:00
objects.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
os-genunix.cpp VM: add destructor to vm_parameters so that executable and image_path is 2016-05-14 18:21:49 +02:00
os-genunix.hpp
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: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -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 VM: improved vm_executable_path which works for arbitrary long paths 2016-03-23 16:15:30 +01:00
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: safe_strdup needs to be called in vm_executable_path 2016-05-14 19:00:20 +02:00
os-unix.cpp VM: set_border_locked is the same on windows and unix 2016-06-27 16:27:56 +02:00
os-unix.hpp VM: SNPRINTF macro is not used 2016-05-02 15:01:49 +02:00
os-windows-x86.32.cpp
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: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
os-windows.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07: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: the (clear-samples) primitive is unused 2016-05-05 02:33:35 +02:00
quotations.cpp VM: new method quotation_jit:nth 2016-05-31 03:37:24 +02:00
quotations.hpp VM: fixing small style issues 2016-07-02 15:50:59 +02: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: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
sampling_profiler.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
segments.hpp VM: set_border_locked is the same on windows and unix 2016-06-27 16:27:56 +02:00
slot_visitor.hpp VM: fixing small style issues 2016-07-02 15:50:59 +02: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: removes the collector class 2016-05-04 17:52:04 +02:00
to_tenured_collector.hpp
tuples.cpp
utilities.cpp
utilities.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
vm.cpp VM: more destruction needed in the destructor 2016-05-14 18:21:50 +02:00
vm.hpp vm: replace line comments // with block comments /**/ for consintency 2016-08-03 09:19:48 -07:00
words.cpp VM: refactors the prepare_boot_image method 2015-12-04 13:57:57 +01:00
write_barrier.hpp