]> gitweb.factorcode.org Git - factor.git/history - vm
windows.types: fix using
[factor.git] / vm /
2016-03-11 Björn LindqvistBuild: never dynlink with gui libs
2016-03-08 Doug Colemanmath.cpp: Fix two warnings. Fixes #1549.
2016-03-08 Jon Harperprimitive_format_float, return empty string on bad...
2016-03-08 Jon Harperprettyprinter, locale independant float printing
2016-03-04 Doug Colemancommand-line.startup: document more command line flags...
2016-03-01 Doug Colemanvm/contexts.cpp: We are only deleting half the contexts...
2016-02-28 Björn LindqvistVM: nitpick fix of filenames in comments
2016-02-28 Björn LindqvistVM: simplifies factor_vm::determine_inline_cache_type
2015-12-13 Björn LindqvistVM: removes a few methods related to relocation handling
2015-12-13 Björn LindqvistVM: the compute_vm_address method can be removed
2015-12-13 Björn LindqvistVM: more fine-grained control over which special object...
2015-12-13 Björn LindqvistVM: the rel_type() and rel_offset() accessors in instru...
2015-12-10 Björn LindqvistVM: now special-objects is used for -1, 0, 1 and t
2015-12-09 Björn LindqvistVM: put the singletons t, -1, 0 and 1 in the special...
2015-12-04 Björn LindqvistVM: refactors the prepare_boot_image method
2015-11-25 Björn LindqvistVM: can't go through the accessor here because it trigg...
2015-11-24 Björn LindqvistVM: refactor tagged.hpp so it's not dependent on the...
2015-11-23 Björn LindqvistVM: fixes to use the TAG macro over tagged<object>...
2015-11-22 Björn LindqvistVM: refactoring to use the TAG macro directly over...
2015-10-12 Björn LindqvistVM: fix so that errno is set if MoveFileEx fails, shoul...
2015-10-08 Björn LindqvistVM: replaced calls to out_of_memory() with fatal_error()
2015-10-08 Björn LindqvistVM: prettier and more detailed output when dumping...
2015-10-01 Doug Colemanvm: MoveFileEx returns BOOL which needs help converting...
2015-10-01 John Benediktssonvm: fix signature for safe_fopen.
2015-09-30 Björn LindqvistVM: make save-image throw exception on error (#1090)
2015-09-29 Björn LindqvistVM: fix move_file called from save_image
2015-09-29 Björn LindqvistVM: simplified save_image, goto works here!
2015-09-29 Björn LindqvistVM: looks like ERROR_C_STRING is never thrown, so it...
2015-09-22 Björn LindqvistVM: workhorse attribute not used
2015-09-02 Björn LindqvistVM: remove RT_EXCEPTION_HANDLER reference 1466/head
2015-09-02 Björn LindqvistVM: for consistency, it is easier to put all functions...
2015-09-02 Björn LindqvistVM: always use undecorated names when loading ffi functions
2015-09-02 Björn LindqvistVM: callback_entry_point() and update() can be removed
2015-09-02 Björn LindqvistVM: give the exception handling special object a real...
2015-09-02 Björn LindqvistVM: get rid of the odd RT_EXCEPTION_HANDLER relocation
2015-09-02 Björn LindqvistVM: clear commented out code
2015-09-02 Björn LindqvistVM: nicer way of initializing those special objects...
2015-09-02 Björn LindqvistVM: the ffi-signal-handler and ffi-leaf-signal-handler...
2015-08-26 Björn LindqvistVM: better way to set signal_resumable 1460/head
2015-08-26 Björn LindqvistVM: fix jit-signal-handler-prolog/epilog to account...
2015-08-26 Björn LindqvistVM: instead of enqueue_safepoint() just call set_safepo...
2015-08-26 Björn LindqvistVM: refactoring, new function get_thread_pc() and simpl...
2015-08-26 Björn LindqvistVM: signal_fault_pc probably should be set here...
2015-08-26 Björn LindqvistVM: LEAF_FRAME_SIZE is 16 bytes on all platforms so...
2015-08-24 Björn LindqvistVM: merge memory_protection_error() with memory_signal_...
2015-08-24 Björn LindqvistVM: new function set_safepoint_guard to replace the...
2015-08-24 Björn LindqvistVM: new function set_memory_locked(true/false)
2015-08-24 Björn LindqvistVM: make the debug output a little prettier
2015-08-24 Björn LindqvistVM: the windows_image_path method is unused
2015-08-24 Björn LindqvistVM: merge the compute_dlsym_toc_address() with the
2015-08-24 Björn LindqvistVM: make allot_alien() and ffi_dlsym() use cell instead...
2015-08-24 Björn LindqvistVM: gc required here because we are iterating all objects
2015-08-24 Björn LindqvistVM: new iteration method each_object_each_slot()
2015-08-24 Björn LindqvistVM: removing the get_datastack/retainstack/callstack...
2015-08-15 Björn LindqvistVM: fix one callstack overflow problem by "unlocking...
2015-08-15 Björn LindqvistVM: simplified logic for allot_object()
2015-08-15 Björn LindqvistVM: simplifies the dispatch_resumable_signal() method
2015-08-15 Björn LindqvistVM: new method set_border_locked() in segment, so that...
2015-08-15 Björn LindqvistVM: smaller style-fixes, like removing redundant else...
2015-08-15 Björn LindqvistVM: move trace_partial_objects to visit_partial_objects...
2015-08-15 Björn LindqvistVM: split dispatch_signal_handler into two methods...
2015-08-15 Björn LindqvistVM: move the frame_predecessor() method to the code_hea...
2015-08-15 Björn LindqvistVM: FRAME_RETURN_ADDRESS define unused
2015-08-15 Björn LindqvistVM: the JIT_PROFILING special object is never used...
2015-08-15 Björn LindqvistVM: emit_prolog/emit_epilog can be simplified because...
2015-08-15 Björn LindqvistVM: the stack_frame_p() and safepoint_p() functions...
2015-08-15 Björn LindqvistVM: an unused #define we can eliminate
2015-08-15 Björn LindqvistVM: the context_object_count must be wrong, there are...
2015-08-14 Doug ColemanRevert "vm: don't use implicit this. thanks to Jon...
2015-08-14 Doug Colemanvm: don't use implicit this. thanks to Jon Harper for...
2015-08-04 Doug Colemancontexts.hpp: Increase callstack reserve space to 16k...
2015-08-04 John Benediktssonvm: minor fixes.
2015-08-04 Björn LindqvistVM: fix silly compile error 1418/head
2015-08-04 Björn LindqvistVM: bump stack_reserved from 1kb to 4kb
2015-08-04 Björn LindqvistVM: merge full_collector.hpp into full_collector.cpp
2015-08-04 Björn LindqvistVM: new method context::address_to_error
2015-08-04 Björn LindqvistVM: signal_error and fp_trap_error not needed, call...
2015-08-04 Björn LindqvistVM: a bunch of methods on factor_vm that can be convert...
2015-08-04 Björn LindqvistVM: lets merge entry_points.hpp with vm.hpp, so you...
2015-08-04 Björn LindqvistVM: you can insert the write_barrier() the first time...
2015-08-04 Björn LindqvistVM: new method visit_instruction_operands(), it replace...
2015-08-04 Björn LindqvistVM: refactors slot_visitor by removing a lot of one...
2015-08-04 Björn LindqvistVM: word_stack_frame_p() is not used and find_all_quota...
2015-08-04 Björn LindqvistVM: using compute_external_address everywhere instead...
2015-08-04 Björn LindqvistVM: new method compute_external_address
2015-08-04 Björn LindqvistVM: remove the collect_compact_code_impl(), collect_com...
2015-08-04 Björn LindqvistVM: init_code_heap is trivial and only used once, so...
2015-08-04 Björn LindqvistVM: object_compaction_updater -> lambda func
2015-08-04 Björn LindqvistVM: another opportunity to use a lambda function over...
2015-08-04 Björn LindqvistVM: use a function update_relocation to replace the
2015-07-15 John Benediktssonvm: rename emit_quot to emit_quotation.
2015-07-15 John Benediktssonvm: rename some primitives, and some cleanup.
2015-07-12 Björn LindqvistVM: let's merge (save-image) and (save-image-and-exit... 1385/head
2015-07-12 Björn LindqvistVM: get_entry_point is unused
2015-07-12 Björn LindqvistVM: move the paths out of gc memory so that they arent...
2015-07-06 John Benediktssonvm: bring back FACTOR_ASSERT.
2015-07-06 Björn LindqvistVM: more changes of structs to lambda functions 1380/head
2015-07-06 Björn LindqvistVM: move changes of structs to lambda functions
2015-07-06 Björn LindqvistVM: change lot of visitation objects to use cool lambda...
2015-07-06 Björn LindqvistVM: replace binary_payload_start() with slot_count()
next