]> gitweb.factorcode.org Git - factor.git/history - vm
FUEL: fix name of customization variable
[factor.git] / vm /
2016-07-02 Björn LindqvistVM: fixing small style issues
2016-06-29 Björn LindqvistVM: removes the signal_handler_impl methods from factor_vm
2016-06-27 Björn LindqvistVM: set_border_locked is the same on windows and unix
2016-06-27 Björn LindqvistVM: factor_vm::set_callstack and set_retainstack is...
2016-06-22 Alexander IljinVM: fix the sampler_thread handle leak
2016-06-14 Björn LindqvistVM: a little faster definition of contains_p()
2016-06-07 Björn LindqvistVM: rename of JIT_PUSH_IMMEDIATE to JIT_PUSH_LITERAL
2016-06-07 Björn LindqvistVM: refactor the immediate_p check out of visit_pointer()
2016-06-07 Björn LindqvistVM: refactor a struct into a c++11 lambda
2016-05-31 Björn LindqvistVM: rename compile_inline_cache and refactor the loop...
2016-05-31 Björn LindqvistVM: omit the type check if checking for fixnum and...
2016-05-31 Björn LindqvistVM: new method quotation_jit:nth
2016-05-30 Alexander Iljinvm: fix a typo in a comment
2016-05-30 Alexander Iljinvm: fix warning C4800: forcing value to bool
2016-05-30 Alexander Iljinvm: give windows_stat fewer reasons to fail
2016-05-30 Björn LindqvistVM: make it so compiling mega cache lookups doesn't...
2016-05-30 Björn LindqvistVM: a bunch of more methods on the factor_vm class...
2016-05-30 Björn LindqvistVM: name change no_non_safepoint_words_p -> stack_frame_p
2016-05-30 Björn LindqvistVM: moving a few methods arounds
2016-05-29 Björn LindqvistVM: shorter definition of emit_check
2016-05-29 Björn LindqvistVM: makes some factor_vm methods to free functions
2016-05-18 Björn LindqvistVM: better logic in factor_vm::set_sampling_profiler
2016-05-14 Björn LindqvistVM: safe_strdup needs to be called in vm_executable_path
2016-05-14 Björn LindqvistVM: more destruction needed in the destructor
2016-05-14 Björn LindqvistVM: add destructor to vm_parameters so that executable...
2016-05-14 Björn LindqvistVM: more stuff to deallocate in the destructor
2016-05-14 Björn LindqvistVM: return value of vm_executable_path() should be...
2016-05-14 Björn LindqvistVM: move some logic from factor_vm to the vm_parameters...
2016-05-14 Björn LindqvistVM: initialize the ctx member in the construction
2016-05-14 Björn LindqvistVM: removes the delete_contexts method
2016-05-06 Björn LindqvistVM: when starting the sampling profiler, the data needs...
2016-05-05 Doug ColemanGNUMakefile: Explicitly ask for stdlib=libc++ because...
2016-05-05 Björn LindqvistVM: The C++11 method shrink_to_fit() can be used to...
2016-05-05 Björn LindqvistVM: the (clear-samples) primitive is unused
2016-05-04 Björn LindqvistVM: using a c++ lambda over a struct
2016-05-04 Björn LindqvistVM: don't end the gc event in start_gc_again, fixes...
2016-05-04 Björn LindqvistVM: removes the collector class
2016-05-03 Björn LindqvistVM: moving collector methods to slot_visitor methods
2016-05-02 Björn LindqvistVM: SNPRINTF macro is not used
2016-05-02 Björn LindqvistVM: method compute_identity_hashcode is not needed
2016-05-01 Björn LindqvistVM: the start_factor method isn't needed
2016-04-24 Björn LindqvistVM: all the started_<blah>() replaced with reset_timer()
2016-04-24 Björn LindqvistVM: oops, fix compilation error i caused
2016-04-24 Björn LindqvistVM: object_size, compute_entry_point_address, code_bloc...
2016-04-24 Björn LindqvistVM: make return_takes_param() a function
2016-04-24 Björn LindqvistVM: merge of fixup_data & fixup_code into a new method...
2016-04-22 Björn LindqvistVM: the factor_vm::code_blocks() method isn't needed
2016-04-22 Björn LindqvistVM: merge of free_list_allocator.hpp into free_list.hpp
2016-04-22 Björn LindqvistVM: nr of code blocks scanned always = points_to_<gen...
2016-04-22 Björn LindqvistVM: parent and code attrs in collector struct is not...
2016-04-04 Björn LindqvistVM: refactoring which removes two not useful short...
2016-03-30 Doug Colemanvm: Fix four compile warnings reported by gcc with...
2016-03-30 Björn LindqvistVM: fixes to make some if-else statements read better
2016-03-29 John Benediktssonvm: compact-gc was checked twice.
2016-03-23 Björn LindqvistVM: improved vm_executable_path which works for arbitra...
2016-03-23 Björn LindqvistVM: fix string copying to not use PATH_MAX here
2016-03-23 Björn LindqvistVM: on errors, only dump the heap if it has been initia...
2016-03-22 Björn LindqvistVM: removes the OBJ-ERROR special object in favor of...
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...
next