]> gitweb.factorcode.org Git - factor.git/history - vm/slot_visitor.hpp
audio.engine.test: cleanup using
[factor.git] / vm / slot_visitor.hpp
2018-07-13 Doug Colemanvm: Fix unused variable warnings on Windows.
2016-11-23 Björn LindqvistVM: storing some sample data in the heap (#337)
2016-10-08 Björn LindqvistVM: reorg and more comments
2016-09-29 Björn LindqvistVM: make visit_instruction_operands() skip over uniniti...
2016-09-22 Björn LindqvistVM: removing the 1-arg overload of iterate() (better...
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-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-07-02 Björn LindqvistVM: fixing small style issues
2016-06-07 Björn LindqvistVM: refactor the immediate_p check out of visit_pointer()
2016-05-04 Björn LindqvistVM: removes the collector class
2016-05-03 Björn LindqvistVM: moving collector methods to slot_visitor methods
2015-12-13 Björn LindqvistVM: removes a few methods related to relocation handling
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-08-15 Björn LindqvistVM: move trace_partial_objects to visit_partial_objects...
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-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: split the size() method into base_size() and aligne...
2015-06-05 Björn LindqvistVM: macro FACTOR_FOR_EACH to make stl container iterati...
2015-05-22 Björn LindqvistVM: after reset_datastack and retainstack clear the...
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 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: new function visit_mark_stack() to factor out the...
2015-02-28 Björn LindqvistVM: visit_roots and visit_contexts where always called...
2015-01-15 Björn LindqvistVM: merge of slot_visitor and code_block_visitor
2015-01-15 Björn LindqvistVM converts the methods callstack::frame_top_at and...
2015-01-15 Björn LindqvistVM: some more fixing to make the types match better...
2014-12-04 Björn LindqvistVM: modifying the uninitialized_blocks map in place...
2014-11-18 Björn LindqvistVM: bignum_roots traversal code deleted!
2014-09-29 Björn LindqvistVM: use a free_list_allocator for the callbacks, that...
2014-09-29 Björn LindqvistVM: "formalize" the callback_heaps object allocation...
2014-09-08 Björn LindqvistVM: dont scrub and check when visiting a callstack...
2014-09-08 Björn LindqvistVM: move the stack scrubbing logic to call_frame_slot_v...
2014-09-08 Björn LindqvistVM: use the check_d and check_r to trace the overinitia...
2014-06-12 Björn LindqvistVM: change type of bignum_roots and remove unnecessary...
2014-06-12 Björn LindqvistVM: refactoring that removes data_root_ranges
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
2013-05-13 Erik CharleboisVM: Replace u8-64, s8-64, cell, fixnum with stdint...
2013-05-13 Erik CharleboisVM: Remove unnecessary _ suffix in constructors
2013-05-13 Erik CharleboisVM: Remove unnecessary explicit keywords
2013-05-12 Erik CharleboisVM: Refactor slot_visitor.hpp to Factor style
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2011-12-14 Joe Groffvm: remove _reversed from callstack iterator names
2011-12-14 Joe Groffvm: stage code block map fixup properly for GC
2011-12-14 Joe Groffvm: callstack_reversed in code_block_visitor
2011-12-14 Joe Groffvm: iterate_callstack_reversed in slot_visitor
2011-12-14 Joe Groffvm: reversed callstack iteration
2011-12-14 Joe GroffWIP verify_callstack function
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-11-11 Joe Groffvm: strip out call-counting profiler
2011-11-02 Joe Groffvm: sample thread object rather than raw context
2011-11-02 Joe Groffvm: sample code block owners instead of blocks
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-10-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-10-09 Slava Pestovvm: fix 64-bit regression
2010-10-09 Slava PestovFix win64 compile error
2010-09-30 Doug ColemanRevert previous patch; not simply a typo. Still broken...
2010-09-29 Doug ColemanWin64 Windows SDK hates int/cell type errors
2010-09-28 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-28 Slava Pestovcompiler: preliminary implementation of tracking derive...
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-06-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-06-22 Slava PestovMerge remote branch 'origin/new-icons'
2010-06-18 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-06-17 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-17 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-17 Slava Pestovvm: fix another compile warning on 32-bit Windows
2010-06-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-06-16 Slava PestovAdd GC maps to ##box, ##box-long-long, ##alien-invoke...
2010-06-16 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-15 Daniel EhrenbergMerge branch 'master' into propagation
2010-06-14 Slava PestovAdd GC maps to ##box, ##box-long-long, ##alien-invoke...
2010-06-14 Doug ColemanMerge branch 'master' of github.com:erg/factor
2010-06-14 Doug ColemanMerge branch 'master' of http://factorcode.org/git...
2010-06-13 Slava Pestovvm: have to be extra careful when messing with return...
2010-06-13 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-06-13 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-06-13 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-06-12 Slava Pestovvm: context switching needs to scrub the return address
2010-06-12 Slava PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2010-06-12 Slava PestovGC maps for more compact inline GC checks
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-03 Slava Pestovcompiler: new "binary literal area" at the end of a...
2010-05-03 Slava Pestovcompiler: add ##load-vector instruction to avoid wastin...
2010-04-20 Erik CharleboisMerge branch 'master' of git://factorcode.org/git/factor
2010-04-19 Slava PestovMerge branch 'require-when' of git://github.com/littled...
2010-04-19 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
next