]> gitweb.factorcode.org Git - factor.git/history - vm
Factor.app: delete the .dummy file. It requires signing with --deep and why have...
[factor.git] / vm /
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...
2014-12-04 John Benediktssonvm: fix OS X issue with using symlinks from outside...
2014-11-30 Doug Colemanvm: Annotate more places where we can gc.
2014-11-21 Björn LindqvistVM: move next_object_after() and first_object() to...
2014-11-21 Björn LindqvistVM: get rid of the duplicated nursery instance in vm...
2014-11-21 Björn LindqvistVM: each_object() can't iterate the nursery so instead...
2014-11-18 Björn LindqvistVM: FACTOR_ASSERT so that data_root never wraps a null...
2014-11-18 Björn LindqvistVM: fixed bignum_divide_unsigned_large_denominator...
2014-11-18 Björn LindqvistVM: remove bignum_roots.clear() (snuck in during rebase)
2014-11-18 Björn LindqvistVM: adding a few forgotten .untagged() calls
2014-11-18 Björn LindqvistVM: bignum_roots traversal code deleted!
2014-11-18 Björn LindqvistVM: Erasing the last traces of GC_BIGNUM from bignum.cpp
2014-11-18 Björn LindqvistVM: cell -> ret
2014-11-18 Björn LindqvistVM: conversion of many more bignum.cpp methods to use...
2014-11-18 Björn LindqvistVM: bignum_new_sign, bignum_maybe_new_sign and bitnum_m...
2014-11-18 Björn LindqvistVM: windows bignum_gcd variant fixed
2014-11-18 Björn LindqvistVM: a lot of methods in bignum.cpp converted to use...
2014-11-18 Björn LindqvistVM: the copy assignment operator is overloaded so you...
2014-11-18 Björn LindqvistVM: change the BIGNUM_TO_POINTER macro so that it autom...
2014-11-18 Björn LindqvistVM: reallot_array already data_roots the array, so...
2014-11-13 Björn LindqvistBuild: other hpp's use utilities.hpp so it must be...
2014-11-11 Doug ColemanGNUmakefile: Remove LIBPATH from the build system since...
2014-11-11 Björn LindqvistVM: debug code which memsets the resetted space
2014-11-11 Björn Lindqvistffi: test functions for bug #1021
2014-11-11 Björn LindqvistVM: renamed version and git-label to vm-version and...
2014-11-11 Björn LindqvistVM: Three new special objects added to keep track of...
next