]> gitweb.factorcode.org Git - factor.git/history - vm
Fixed Regexp to Handle \" Properly
[factor.git] / vm /
2016-11-11 Björn LindqvistVM: undo a8aaa4288231a2395070c5b0ea4c43939bf81c63 ...
2016-11-09 Björn LindqvistRevert "VM: undoing 0274e889b94323fdde6919a77c494ffcfbc...
2016-11-08 Björn LindqvistVM: undoing 0274e889b94323fdde6919a77c494ffcfbcb2166...
2016-11-07 Björn LindqvistRevert "VM: undoing 22bb0cfecfc5c09953b613e3ad01d2a7135...
2016-11-07 Björn LindqvistVM: undoing 22bb0cfecfc5c09953b613e3ad01d2a713585ea7...
2016-11-02 John Benediktssonvm: change where we set safepoints_fep to false to...
2016-11-01 Alexander IljinVM: add enable-ctrl-break and disable-ctrl-break primitives
2016-11-01 Alexander IljinVM: implement a ctrl-break handler thread (#1573)
2016-10-31 Björn LindqvistVM: factor_vm::compile_inline_cache() can be removed
2016-10-31 Björn LindqvistVM: code_block::optimized_p() method isn't needed
2016-10-27 John Benediktssonvm: fix missing CAPS enum.
2016-10-20 Björn LindqvistVM: add marking as a timed gc phase
2016-10-19 Björn LindqvistVM: refactor gc_event so that the phase times are store...
2016-10-19 Björn LindqvistVM: the jit class doesn't need to store the code block...
2016-10-19 Björn LindqvistVM: changing case of code_block_type
2016-10-19 Björn LindqvistVM: uppercasing gc_op
2016-10-19 Björn LindqvistVM: changing case of enums values bignum_comparison...
2016-10-19 Björn LindqvistVM: removing update_code_roots_for_sweep()
2016-10-17 Björn LindqvistVM: refactoring allot_code_block() to work like allot_l...
2016-10-17 Björn LindqvistVM: move allot_code_block() to the allot.hpp file
2016-10-14 Björn LindqvistVM: init_data_heap() isn't needed
2016-10-14 Björn LindqvistVM: checking addresses differ before memmoving
2016-10-13 Björn LindqvistVM: rename of collect_growing_heap_op and collect_growi...
2016-10-12 Björn LindqvistVM: remove the reversing from sampling profiler callsta...
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-10-12 Björn LindqvistVM: merge of clone_object() and primitive_clone()
2016-10-08 Björn Lindqvistmath.parser: (format-float) doesn't need to zero-termin...
2016-10-08 Björn LindqvistVM: indent comment and change error message
2016-10-08 Björn LindqvistVM: simpler code for find_object_containing_card
2016-10-08 Björn LindqvistVM: simpler code for reallot_array
2016-10-08 Björn LindqvistVM: merge of the free_list and free_list_allocator...
2016-10-08 Björn LindqvistVM: reorg and more comments
2016-09-29 Björn LindqvistVM: UAP_SET_TOC_POINTER appears to be a noop on all...
2016-09-29 Björn LindqvistVM: make visit_instruction_operands() skip over uniniti...
2016-09-28 Björn LindqvistVM: better? comment for uninitialized_blocks
2016-09-28 Björn LindqvistVM: removing end_gc()
2016-09-28 Björn LindqvistVM: better start_gc_again() code
2016-09-26 Björn LindqvistVM: return the loop, it is needed for best performance
2016-09-25 Björn Lindqvistbootstrap.layouts: sync note in comments
2016-09-22 Björn LindqvistVM: removing the 1-arg overload of iterate() (better...
2016-09-22 Björn LindqvistVM: moving initialize_code_blocks() into primitive_modi...
2016-09-22 Björn LindqvistVM: allot_large_object fits better in the allot.hpp...
2016-09-22 Björn LindqvistVM: big refactoring removing the gc_workhorse
2016-09-22 Björn LindqvistVM: renaming verify_memory_protection_error to set_memo...
2016-09-16 Björn LindqvistVM: simplifying the load_image() code
2016-09-12 Björn LindqvistDocs: fixing docs & comments to work with new stack...
2016-09-11 Björn Lindqvistcompiler.*: Remove the scrubbing part of the GC maps
2016-09-10 Björn LindqvistVM: the small return_address_index function can be...
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-09-09 Alexander IljinRevert "vm: replace line comments // with block comment...
2016-09-09 Alexander IljinRevert "vm: fix typo from c++ comment patch causing...
2016-08-19 Björn LindqvistVM: init_inline_caching is not needed
2016-08-15 Björn LindqvistVM: removing the safepoint_state class
2016-08-15 Björn LindqvistVM: trying to simplify record_sample and the profiling_...
2016-08-05 Björn LindqvistVM: new ffi_test functions added
2016-08-04 Doug Colemanvm: fix typo from c++ comment patch causing compile...
2016-08-03 Alexander Iljinvm: replace line comments // with block comments /...
2016-08-02 Björn Lindqvistcompiler.tests.alien: tests for varargs calls
2016-07-30 Alexander Iljinvm: add a comment on possible issues with QueryPerforma...
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
next