factor/vm
Björn Lindqvist 090f4fddd5 VM: Three new special objects added to keep track of the builds version number, git label and compilation time respectively. The info is exposed in the system:version-info word and also shown in the banner during startup.
Conflicts:
	Nmakefile
	basis/ui/tools/listener/listener.factor
	core/alien/strings/strings.factor
2014-11-10 23:01:52 -08:00
..
Config.arm
Config.linux vm: optionally set CC and CXX on macosx. 2014-06-06 15:13:48 -07:00
Config.linux.arm
Config.linux.ppc.32
Config.linux.ppc.64
Config.linux.x86.32
Config.linux.x86.64
Config.macosx vm: optionally set CC and CXX on macosx. 2014-06-06 15:13:48 -07:00
Config.macosx.x86.32
Config.macosx.x86.64
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
Config.x86.64
Config.x86.fat
aging_collector.cpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
aging_collector.hpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
aging_space.hpp VM: Remove unnecessary explicit keywords 2013-05-12 21:48:38 -04:00
alien.cpp alien.cpp: Add comment about allocation. 2013-11-28 10:59:45 -06:00
allot.hpp VM: Remove redundant #ifdef FACTOR_DEBUGs 2013-05-12 23:44:32 -04:00
arrays.cpp VM: refactoring that removes data_root_ranges 2014-06-12 13:50:10 -07:00
arrays.hpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08: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 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: GC_BIGNUM must be called in the same scope as the variable declaration 2014-09-17 12:13:05 -07:00
bignum.hpp VM: Refactor bignum to Factor style 2013-05-12 13:24:41 -04:00
bignumint.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
bitwise_hacks.hpp VM: Fix Windows VM build following type renaming 2013-05-13 18:18:48 -04:00
booleans.hpp VM: Refactor booleans.hpp to Factor style 2013-05-12 13:24:41 -04:00
bump_allocator.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
byte_arrays.cpp VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00
byte_arrays.hpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
callbacks.cpp VM: new primitive free-callback which is able to free a callback 2014-09-29 07:30:21 -07:00
callbacks.hpp VM: use a free_list_allocator for the callbacks, that way they can 2014-09-29 07:30:20 -07:00
callstack.cpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
callstack.hpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
code_block_visitor.hpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
code_blocks.cpp code_blocks: Same error message in two places, make it clear which is triggering. 2014-05-07 14:02:14 -07:00
code_blocks.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
code_heap.cpp VM: new primitive (callback-room) for querying the VM about memory usage 2014-09-29 07:30:21 -07:00
code_heap.hpp VM: new primitive (callback-room) for querying the VM about memory usage 2014-09-29 07:30:21 -07:00
code_roots.hpp VM: Remove redundant #ifdef FACTOR_DEBUGs 2013-05-12 23:44:32 -04:00
collector.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
compaction.cpp Lower the stack usage of a few functions 2014-06-19 14:55:57 -07:00
contexts.cpp VM: move the stack scrubbing logic to call_frame_slot_visitor to avoid visiting the callstack twice 2014-09-08 14:54:18 -07:00
contexts.hpp VM: Refactor contexts to Factor style 2013-05-12 13:24:42 -04:00
copying_collector.hpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
cpu-arm.hpp VM: Refactor cpu-* to Factor style 2013-05-12 13:24:43 -04:00
cpu-ppc.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -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: moves the code that clears the roots to the same function that 2014-07-23 07:12:28 -07:00
cpu-x86.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
data_heap.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
data_heap.hpp VM: Remove unnecessary explicit keywords 2013-05-12 21:48:38 -04:00
data_heap_checker.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
data_roots.hpp VM: GC_BIGNUM must be called in the same scope as the variable declaration 2014-09-17 12:13:05 -07:00
debug.cpp VM: fixing some implicit casts from cell to fixnum 2014-07-10 07:54:07 -07:00
dispatch.cpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
dispatch.hpp VM: Refactor dispatch to Factor style 2013-05-12 13:24:43 -04:00
entry_points.cpp VM: Refactor entry_points to Factor style 2013-05-12 13:24:43 -04:00
entry_points.hpp VM: Refactor entry_points to Factor style 2013-05-12 13:24:43 -04:00
errors.cpp vm: Fail with out_of_memory() if mprotect returns ENOMEM. 2014-11-11 06:26:55 +00:00
errors.hpp vm: Fail with out_of_memory() if mprotect returns ENOMEM. 2014-11-11 06:26:55 +00:00
factor.cpp VM: Three new special objects added to keep track of the builds version number, git label and compilation time respectively. The info is exposed in the system:version-info word and also shown in the banner during startup. 2014-11-10 23:01:52 -08:00
factor.hpp VM: Refactor factor.cpp/hpp to Factor style 2013-05-12 13:24:43 -04:00
factor.rs
ffi_test.c ffi_test: Can actually test 62 and 63 on windows. 2014-11-10 10:30:35 -08:00
ffi_test.h ffi_test: Can actually test 62 and 63 on windows. 2014-11-10 10:30:35 -08:00
fixup.hpp VM: Refactor fixup.hpp to Factor style 2013-05-12 13:24:44 -04:00
float_bits.hpp VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00
free_list.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
free_list.hpp VM: Refactor free_list to Factor style 2013-05-12 13:24:44 -04:00
free_list_allocator.hpp VM: new primitive (callback-room) for querying the VM about memory usage 2014-09-29 07:30:21 -07:00
full_collector.cpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
full_collector.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
gc.cpp VM: new primitive (callback-room) for querying the VM about memory usage 2014-09-29 07:30:21 -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 VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
gc_info.hpp VM: silly error: should be index * check_r_count, not index + check_r_count 2014-09-08 14:54:18 -07:00
generic_arrays.hpp VM: Remove redundant #ifdef FACTOR_DEBUGs 2013-05-12 23:44:32 -04:00
image.cpp vm: Simplify strerror code. 2014-07-05 18:58:24 -07:00
image.hpp vm: Add threadsafe_sterror to the vm. 2014-07-04 03:00:08 -07:00
inline_cache.cpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
inline_cache.hpp VM: Refactor inline_cache.cpp/hpp to Factor style 2013-05-12 13:24:44 -04:00
instruction_operands.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
instruction_operands.hpp VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00
io.cpp VM: fixing some implicit casts from cell to fixnum 2014-07-10 07:54:07 -07:00
io.hpp VM: Refactor io.cpp/hpp to Factor style 2013-05-12 13:24:45 -04:00
jit.cpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
jit.hpp vm: jit::jit is a c++ constructor but it does not allocate objects to the Factor heaps. 2014-02-14 20:29:26 -08:00
layouts.hpp VM: refactoring that removes data_root_ranges 2014-06-12 13:50:10 -07:00
mach_signal.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
mach_signal.hpp VM: Refactor mach_signal to Factor style 2013-05-12 13:24:45 -04:00
main-unix.cpp VM: Refactor main-* to Factor style 2013-05-12 13:24:45 -04:00
main-windows.cpp VM: attempt to cancel blocking system calls when ctrl-c is pressed 2014-05-10 18:13:04 -07:00
mark_bits.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
master.hpp VM: Three new special objects added to keep track of the builds version number, git label and compilation time respectively. The info is exposed in the system:version-info word and also shown in the banner during startup. 2014-11-10 23:01:52 -08:00
math.cpp vm: change some push/pop to replace/peek. 2014-06-07 12:16:43 -07: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 VM: Refactor mvm* to Factor style 2013-05-12 13:24:46 -04:00
mvm-unix.cpp VM: Refactor mvm* to Factor style 2013-05-12 13:24:46 -04:00
mvm-windows.cpp VM: attempt to cancel blocking system calls when ctrl-c is pressed 2014-05-10 18:13:04 -07:00
mvm.cpp VM: Refactor mvm* to Factor style 2013-05-12 13:24:46 -04:00
mvm.hpp VM: Refactor mvm* to Factor style 2013-05-12 13:24:46 -04:00
nursery_collector.cpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
nursery_collector.hpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
nursery_space.hpp VM: Remove unnecessary explicit keywords 2013-05-12 21:48:38 -04:00
object_start_map.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
object_start_map.hpp VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00
objects.cpp vm: change some push/pop to replace/peek. 2014-06-07 12:16:43 -07:00
objects.hpp VM: Three new special objects added to keep track of the builds version number, git label and compilation time respectively. The info is exposed in the system:version-info word and also shown in the banner during startup. 2014-11-10 23:01:52 -08:00
os-genunix.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-genunix.hpp vm: Add threadsafe_sterror to the vm. 2014-07-04 03:00:08 -07:00
os-linux-arm.cpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-linux-arm.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-linux-ppc.32.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-linux-ppc.64.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-linux-x86.32.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-linux-x86.64.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-linux.cpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-linux.hpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-macosx-x86.32.hpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-macosx-x86.64.hpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-macosx.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
os-macosx.mm VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00
os-unix.cpp vm: Fail with out_of_memory() if mprotect returns ENOMEM. 2014-11-11 06:26:55 +00:00
os-unix.hpp vm: Fail with out_of_memory() if mprotect returns ENOMEM. 2014-11-11 06:26:55 +00:00
os-windows-x86.32.cpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-windows-x86.64.cpp VM: Fix Windows 64-bit build on Visual Studio 2012 2013-05-13 18:19:52 -04:00
os-windows.32.hpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-windows.64.hpp VM: Refactor os-* to Factor style 2013-05-12 13:24:46 -04:00
os-windows.cpp vm: Fail with out_of_memory() if mprotect returns ENOMEM. 2014-11-11 06:26:55 +00:00
os-windows.hpp vm: Simplify strerror code. 2014-07-05 18:58:24 -07:00
platform.hpp VM: Refactor platform.hpp to Factor style 2013-05-12 13:24:46 -04:00
primitives.cpp VM: Refactor primitives.cpp/hpp to Factor style 2013-05-12 13:24:46 -04:00
primitives.hpp VM: new primitive free-callback which is able to free a callback 2014-09-29 07:30:21 -07:00
quotations.cpp VM: fixing some implicit casts from cell to fixnum 2014-07-10 07:54:07 -07:00
quotations.hpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
run.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
run.hpp VM: Refactor run.cpp/hpp to Factor style 2013-05-12 13:24:47 -04:00
safepoints.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
safepoints.hpp VM: Refactor safepoints.cpp/hpp to Factor style 2013-05-12 13:24:47 -04:00
safeseh.asm VM: Remove exec bit from VM source files 2013-05-11 17:04:23 -04:00
sampling_profiler.cpp VM: Refactor sampling_profiler.cpp/hpp to Factor style 2013-05-12 13:24:47 -04:00
sampling_profiler.hpp VM: Refactor sampling_profiler.cpp/hpp to Factor style 2013-05-12 13:24:47 -04:00
segments.hpp VM: Remove unnecessary explicit keywords 2013-05-12 21:48:38 -04:00
slot_visitor.hpp VM: use a free_list_allocator for the callbacks, that way they can 2014-09-29 07:30:20 -07:00
strings.cpp VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00
strings.hpp VM: Refactor strings.cpp/hpp to Factor style 2013-05-12 13:24:47 -04:00
tagged.hpp VM: Remove redundant #ifdef FACTOR_DEBUGs 2013-05-12 23:44:32 -04:00
tenured_space.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
to_tenured_collector.cpp VM: Remove unnecessary _ suffix in constructors 2013-05-12 23:20:43 -04:00
to_tenured_collector.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
tuples.cpp VM: Refactor tuples.cpp/hpp to Factor style 2013-05-12 13:24:48 -04:00
tuples.hpp VM: Refactor tuples.cpp/hpp to Factor style 2013-05-12 13:24:48 -04:00
utilities.cpp VM: Refactor utilities.cpp/hpp to Factor style 2013-05-12 13:24:48 -04:00
utilities.hpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
vm.cpp VM: Refactor vm.cpp/hpp to Factor style 2013-05-12 13:24:48 -04:00
vm.hpp VM: new primitive free-callback which is able to free a callback 2014-09-29 07:30:21 -07:00
words.cpp VM: Fixup cast formatting after clang-format 2013-05-13 14:59:24 -04:00
write_barrier.hpp VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents 2013-05-13 00:28:25 -04:00