]> gitweb.factorcode.org Git - factor.git/history - vm
basis: ERROR: changes.
[factor.git] / vm /
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()
2015-07-06 Björn LindqvistVM: merge strings.hpp and tuples.hpp into layouts.hpp...
2015-07-06 Björn LindqvistVM: split the size() method into base_size() and aligne...
2015-06-29 Björn LindqvistVM: fix bignum>fixnum-strict conversion, previously... 1376/head
2015-06-27 Björn LindqvistVM: fixes a bug with the handling of 0 bignums, and...
2015-06-27 Björn Lindqvistcompiler.tree.propagation.*: implements downgrading...
2015-06-27 Björn LindqvistVM: make the bignum_to_* family free functions, they...
2015-06-09 Doug Colemanvm: differentiate which strerror is printing the message.
2015-06-05 Doug Colemanplatform.hpp: Indent so I can see wtf is going on with...
2015-06-05 Doug Colemanffi_test.c: Casting a 32bit int to a 64bit pointer...
2015-06-05 Doug Colemanutilities.hpp: Use auto pointer instead of gcc extensio...
2015-06-05 Björn LindqvistVM: fixes so that raw_fread and safe_fread returns... 1334/head
2015-06-05 Björn LindqvistVM: make FACTOR_FOR_EACH not call .end() more than...
2015-06-05 Björn LindqvistVM: safe_fread needs to return an int so you can return...
2015-06-05 Björn LindqvistVM: move free_list_allocator<Block>::next_allocated_blo...
2015-06-05 Björn LindqvistVM: new functions raw_fclose and raw_fread
2015-06-05 Björn LindqvistVM: macro FACTOR_FOR_EACH used in more places to drive...
2015-06-05 Björn LindqvistVM: macro FACTOR_FOR_EACH to make stl container iterati...
2015-06-03 Doug Colemanvm: Only call fclose() once. Rename io_error() to io_er...
2015-05-22 Björn LindqvistVM: after reset_datastack and retainstack clear the...
2015-05-22 Björn LindqvistVM: possible fix for #1319.
2015-05-22 Björn LindqvistVM: the delete_context() and reset_context() api functi...
2015-05-22 Björn LindqvistReorganising bootstrap files
2015-05-17 Björn LindqvistVM: simplified logic in data_heap_checker
2015-05-10 Björn LindqvistVM: cleanups, like removing redundant paranthesis and...
2015-05-10 Björn LindqvistVM: refactoring to use the visit_object_array method
2015-05-10 Björn LindqvistVM: the aging_policy and nursery_policy classes are...
2015-05-10 Björn LindqvistVM: the copying_collector only contained one method...
2015-05-10 Björn LindqvistVM: to_tenured_collector isn't needed, it's just a...
2015-05-10 Björn LindqvistVM: debug macros FACTOR_PRINT and FACTOR_PRINT_MARK...
2015-04-29 Björn LindqvistVM: reset the unused parts of the data and retain stack...
2015-04-29 Björn Lindqvistcompiler.*: removing the check-d and check-r slots...
2015-04-29 Björn LindqvistVM: the compiler doesn't emit any live overinitialized...
2015-02-28 Björn LindqvistVM: new function visit_object to replace trace_object
2015-02-28 Björn LindqvistVM: refactoring to remove redundancy in retainstack...
2015-02-28 Björn LindqvistVM: cleanup of some infrequently used functions that...
2015-02-28 Björn LindqvistVM: splits out the little ugly scan_next-object + goto...
2015-02-28 Björn LindqvistVM: simplification of the trace_partial_objects function
2015-02-28 Björn LindqvistVM: the unmarker classes are not needed, easier to...
2015-02-28 Björn LindqvistVM: new function visit_mark_stack() to factor out the...
2015-02-28 Björn LindqvistVM: it's confusing that slot_visitors are called "workh...
2015-02-28 Björn LindqvistVM: visit_roots and visit_contexts where always called...
2015-01-28 Björn LindqvistVM: better error message in case factor_vm::store_exter... 1274/head
2015-01-28 Björn LindqvistVM: fix the debug printing so that instead of always...
2015-01-15 Björn LindqvistVM: possible fix for #1265. the size of the stack frame...
2015-01-15 Björn LindqvistVM: simplified fixup_gc_workhorse::fixup_data by mering...
2015-01-15 Björn LindqvistVM: instead of passing around the trace_contexts_p...
2015-01-15 Björn LindqvistVM: merge of slot_visitor and code_block_visitor
2015-01-15 Björn LindqvistVM: replaced the reset_generation() generic method...
2015-01-15 Björn LindqvistVM: vm::iterate_active_callstacks is only used once...
2015-01-15 Björn LindqvistVM: the full_collector class isn't needed since it...
2015-01-15 Björn LindqvistVM: the clear_mark_bits methods are only called once...
2015-01-15 Björn LindqvistVM: change the definition of entry_point in word and...
2015-01-15 Björn LindqvistVM: free_list_allocator::first_block, last_block and...
2015-01-15 Björn LindqvistVM: removes the template parameter from mark_bits
2015-01-15 Björn LindqvistVM converts the methods callstack::frame_top_at and...
2015-01-15 Björn LindqvistVM: calls to visit_code_roots() replaced with visit_uni...
2015-01-15 Björn LindqvistVM: some more fixing to make the types match better...
2015-01-15 Björn LindqvistVM: change type of callstack_top and callstack_bottom...
2015-01-15 Björn LindqvistVM: the frame_return_address and set_frame_return_addre...
2015-01-15 Björn LindqvistVM: code_block::scan, make it so the method always...
2015-01-15 Björn LindqvistVM: refactoring intended to remove trace_*-methods...
2014-12-23 John Benediktssonvm: store full command-line including executable first...
2014-12-04 John BenediktssonRevert "VM: always clear the data and retainstack in...
2014-12-04 Doug Colemanvm: We don't want ambiguity for which print triggered...
2014-12-04 Björn LindqvistVM: always clear the data and retainstack in general_er...
2014-12-04 Björn LindqvistVM: modifying the uninitialized_blocks map in place...
2014-12-04 Björn LindqvistVM: redundant if, trace_cards() doesnt do anything...
2014-12-04 Björn LindqvistVM: the aging_collector and nursery_collector classes...
2014-12-04 Björn LindqvistVM: refactoring to get rid of the megamorphic_call_stub...
2014-12-04 Björn LindqvistVM: no need for a nursery_space class, it's just a...
next