]> gitweb.factorcode.org Git - factor.git/history - vm/slot_visitor.hpp
VM: debug macros FACTOR_PRINT and FACTOR_PRINT_MARK to make better debug
[factor.git] / vm / slot_visitor.hpp
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
2010-04-19 Slava Pestovcompiler: combine ##load-constant followed by ##alien...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-27 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-03-27 Slava Pestovvm: actually use context callstacks when running code
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-19 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-18 Slava PestovAdd context-specific special object table, generalizing...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-12-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-12-15 Slava Pestovvm: big overhaul of non-optimizing compiler
2009-12-03 Slava PestovMerge branch 'simd-cleanup' of git://factorcode.org...
2009-12-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-02 Slava PestovSplit literal table into literal and parameter tables...
2009-12-02 Slava Pestovvm: update callback stub machine code at the end of...
2009-12-02 Slava PestovBig cleanup of literal table and relocation-related...
2009-11-28 Slava PestovMerge branch 'no_literal_table' of git://factorcode...
2009-11-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-27 Slava Pestovvm: new image relocation that doesn't use literal table
2009-11-25 Slava PestovMerge branch 'master' into no_literal_table
2009-11-25 Slava Pestovvm: compaction now updates the needs_fixup set
next