factor/vm
Doug Coleman e43e85a083 .travis: Update apt 2018-07-15 16:45:52 -05: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 .travis: Update apt 2018-07-15 16:45:52 -05:00
Config.windows
Config.windows.x86.32
Config.windows.x86.64
Config.x86.32
Config.x86.64
Config.x86.fat
aging_collector.cpp VM: refactor gc_event so that the phase times are stored in an array 2016-10-20 00:34:18 +02:00
aging_space.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
alien.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
allot.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
arrays.cpp VM: here, going through the data_root isn't needed 2016-11-23 08:17:39 +01:00
arrays.hpp VM: replacing the copy assignment operators of the smart pointers 2016-11-23 06:42:06 +01:00
assert.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
atomic-cl-32.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
atomic-cl-64.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
atomic-gcc.hpp
atomic.hpp VM: Refactor atomic.hpp to Factor style 2013-05-12 13:24:41 -04:00
bignum.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
bignum.hpp VM: changing case of enums values bignum_comparison and generation 2016-10-19 08:57:33 +02:00
bignumint.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
bitwise_hacks.hpp Revert "vm: replace line comments // with block comments /**/ for consintency" 2016-09-09 05:47:52 +02:00
booleans.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
bump_allocator.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
byte_arrays.cpp VM: replacing the copy assignment operators of the smart pointers 2016-11-23 06:42:06 +01:00
byte_arrays.hpp VM: replacing the copy assignment operators of the smart pointers 2016-11-23 06:42:06 +01:00
callbacks.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
callbacks.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
callstack.cpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
callstack.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
code_blocks.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
code_blocks.hpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
code_heap.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
code_heap.hpp VM: refactoring allot_code_block() to work like allot_large_object() 2016-10-17 08:03:48 +02:00
code_roots.hpp
compaction.cpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
contexts.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
contexts.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
cpu-arm.hpp VM: FRAME_RETURN_ADDRESS define unused 2015-08-14 20:19:54 -07:00
cpu-ppc.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
cpu-ppc.linux.S
cpu-x86.32.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
cpu-x86.64.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
cpu-x86.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
cpu-x86.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
data_heap.cpp VM: init_data_heap() isn't needed 2016-10-14 13:52:44 +02:00
data_heap.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
data_heap_checker.cpp VM: changing case of enums values bignum_comparison and generation 2016-10-19 08:57:33 +02:00
data_roots.hpp VM: replacing the copy assignment operators of the smart pointers 2016-11-23 06:42:06 +01:00
debug.cpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
debug.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
dispatch.cpp Revert "VM: undoing 22bb0cfecf (#1513)" 2016-11-07 23:43:50 +01:00
dispatch.hpp
entry_points.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
errors.cpp VM: the unimplemented error isn't used anymore 2016-11-23 10:24:52 +01:00
errors.hpp VM: the unimplemented error isn't used anymore 2016-11-23 10:24:52 +01:00
factor.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
factor.hpp VM: removing init_globals(), calling init_mvm() instead 2017-06-30 22:47:11 +02: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: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
ffi_test.def VM: new ffi_test functions added 2016-08-05 15:30:28 +02:00
ffi_test.h vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
fixup.hpp
float_bits.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
free_list.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
full_collector.cpp VM: add marking as a timed gc phase 2016-10-20 07:46:21 +02:00
gc.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
gc.hpp VM: add marking as a timed gc phase 2016-10-20 07:46:21 +02:00
gc_info.hpp compiler.*: Remove the scrubbing part of the GC maps 2016-09-11 20:34:44 +02:00
generic_arrays.hpp VM: simpler code for reallot_array 2016-10-08 07:10:26 +02:00
image.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
image.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
inline_cache.cpp VM: factor_vm::compile_inline_cache() can be removed 2016-10-31 16:16:42 +01:00
inline_cache.hpp
instruction_operands.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
instruction_operands.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
io.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
io.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
jit.cpp VM: the jit class doesn't need to store the code block type 2016-10-19 09:28:59 +02:00
jit.hpp VM: the jit class doesn't need to store the code block type 2016-10-19 09:28:59 +02:00
layouts.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
mach_signal.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
mach_signal.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
main-unix.cpp VM: removing init_globals(), calling init_mvm() instead 2017-06-30 22:47:11 +02:00
main-windows.cpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
mark_bits.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
master.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
math.cpp VM: changing case of enums values bignum_comparison and generation 2016-10-19 08:57:33 +02:00
math.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
mvm-none.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
mvm-unix.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
mvm-windows.cpp
mvm.cpp Revert "vm: replace line comments // with block comments /**/ for consintency" 2016-09-09 05:47:52 +02:00
mvm.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
nursery_collector.cpp VM: refactor gc_event so that the phase times are stored in an array 2016-10-20 00:34:18 +02:00
object_start_map.cpp VM: simpler code for find_object_containing_card 2016-10-08 07:11:47 +02:00
object_start_map.hpp
objects.cpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
objects.hpp VM: storing some sample data in the heap (#337) 2016-11-23 09:44:17 +01:00
os-genunix.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-genunix.hpp
os-linux-arm.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-linux-arm.hpp VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms 2016-09-29 07:14:30 +02:00
os-linux-ppc.32.hpp VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms 2016-09-29 07:14:30 +02:00
os-linux-ppc.64.hpp VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms 2016-09-29 07:14:30 +02:00
os-linux-x86.32.hpp VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms 2016-09-29 07:14:30 +02:00
os-linux-x86.64.hpp VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms 2016-09-29 07:14:30 +02:00
os-linux.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-linux.hpp
os-macosx-x86.32.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-macosx-x86.64.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-macosx.hpp VM: UAP_SET_TOC_POINTER appears to be a noop on all platforms 2016-09-29 07:14:30 +02:00
os-macosx.mm vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-unix.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
os-unix.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
os-windows-x86.32.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-windows-x86.64.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-windows.32.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-windows.64.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
os-windows.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
os-windows.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
platform.hpp
primitives.cpp
primitives.hpp Revert "VM: removing the unused callstack-bounds primitive" 2018-06-03 22:12:28 -05:00
quotations.cpp VM: replacing the copy assignment operators of the smart pointers 2016-11-23 06:42:06 +01:00
quotations.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05: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: merging the profiling_sample and profiling_sample_count classes 2017-06-25 01:17:12 +02:00
safeseh.asm VM: Remove exec bit from VM source files 2013-05-11 17:04:23 -04:00
sampling_profiler.cpp vm: Fix unused variable warnings on Windows. 2018-07-13 00:48:58 -05:00
sampling_profiler.hpp VM: merging the profiling_sample and profiling_sample_count classes 2017-06-25 01:17:12 +02:00
segments.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
slot_visitor.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
strings.cpp Revert "VM: undoing 0274e889b9 (#1513)" 2016-11-09 02:07:56 +01:00
tagged.hpp VM: replacing the copy assignment operators of the smart pointers 2016-11-23 06:42:06 +01:00
tenured_space.hpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
to_tenured_collector.cpp VM: refactor gc_event so that the phase times are stored in an array 2016-10-20 00:34:18 +02:00
to_tenured_collector.hpp VM: big refactoring removing the gc_workhorse 2016-09-22 13:12:59 +02:00
tuples.cpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00
utilities.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
utilities.hpp Revert "vm: replace line comments // with block comments /**/ for consintency" 2016-09-09 05:47:52 +02:00
vm.cpp vm: WIP remove warnings, use C++ style casts...there are hundreds of warnings left. 2018-07-15 14:18:42 -05:00
vm.hpp Revert "VM: removing the unused callstack-bounds primitive" 2018-06-03 22:12:28 -05:00
words.cpp Revert "VM: undoing 0274e889b9 (#1513)" 2016-11-09 02:07:56 +01:00
write_barrier.hpp vm: replace block comments /**/ with line comments // 2016-09-09 05:47:52 +02:00