]> gitweb.factorcode.org Git - factor.git/history - vm/debug.cpp
xmode.marker: faster update-match-group
[factor.git] / vm / debug.cpp
2020-12-02 Doug Colemanvm: Cast cell to int for some C++ functions.
2018-07-13 Doug Colemanvm: Fix unused variable warnings on Windows.
2016-09-22 Björn LindqvistVM: removing the 1-arg overload of iterate() (better...
2016-09-09 Alexander Iljinvm: replace block comments /**/ with line comments //
2016-09-09 Alexander IljinRevert "vm: replace line comments // with block comment...
2016-08-03 Alexander Iljinvm: replace line comments // with block comments /...
2016-04-24 Björn LindqvistVM: oops, fix compilation error i caused
2016-03-29 John Benediktssonvm: compact-gc was checked twice.
2015-11-23 Björn LindqvistVM: fixes to use the TAG macro over tagged<object>...
2015-10-08 Björn LindqvistVM: prettier and more detailed output when dumping...
2015-08-24 Björn LindqvistVM: gc required here because we are iterating all objects
2015-08-24 Björn LindqvistVM: new iteration method each_object_each_slot()
2015-08-04 John Benediktssonvm: minor fixes.
2015-07-06 Björn LindqvistVM: move changes of structs to lambda functions
2015-05-10 Björn LindqvistVM: debug macros FACTOR_PRINT and FACTOR_PRINT_MARK...
2015-01-28 Björn LindqvistVM: fix the debug printing so that instead of always...
2015-01-15 Björn LindqvistVM: simplified fixup_gc_workhorse::fixup_data by mering...
2015-01-15 Björn LindqvistVM: change the definition of entry_point in word and...
2015-01-15 Björn LindqvistVM: some more fixing to make the types match better...
2014-07-10 Björn LindqvistVM: fixing some implicit casts from cell to fixnum
2014-06-19 Steven Stewart-GallusLower the stack usage of a few functions
2013-05-13 Erik CharleboisVM: Fixup cast formatting after clang-format
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 debug.cpp to Factor style
2013-05-11 Erik CharleboisVM: Remove exec bit from VM source files
2011-12-21 Joe Groffvm: flush after print_obj so it's usable from gdb
2011-12-20 Joe Groffvm: load mega cache object before popping frame
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-12-14 Joe Groffvm: pack frame size into code block header bits
2011-12-14 Joe Groffvm: store stack frame size in code blocks
2011-12-13 Joe Groffvm: add compact-gc command to factorbug
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-11-16 Joe Groffvm: disable SIGINT handler while in factorbug
2011-11-12 Joe Groffvm: more defense against multi-faulting
2011-11-11 Joe Groffvm: "edges" command for factorbug
2011-11-08 Joe Groffvm: more commentary on lock_console() stuff
2011-11-08 Joe Groffvm: interrupt stdin_loop when entering fep
2011-11-07 Joe Groffvm: readable feps for more types
2011-11-07 Joe Groffvm: print type names instead of numbers in fep
2011-11-02 Joe Groffvm: only show factorbug help the first time
2011-11-02 Joe Groffget sampler working under windows
2011-11-02 Joe Groffvm: only show factorbug basic commands at first
2011-10-28 Joe Groffvm: give factorbug a help command
2011-10-28 Joe Groffcleanups from code review
2011-10-28 Joe Groffvm: add "gc" command to factorbug
2011-10-28 Joe Groffvm: some typos in debug.cpp
2011-10-28 Joe Groffvm: change factorbug "q" to quit process
2011-10-28 Joe Groffvm: add factorbug command to throw exception
2011-10-28 Joe Groffvm: fep on SIGINT or SIGQUIT instead of exception
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-14 Slava PestovMerge branch 'docs-ui-main' of http://github.com/mnchar...
2010-09-10 Slava Pestovvm: fep g command prints addresses in h hex for readability
2010-08-01 Joe Groffvm: remove some mixed use of stdio/iostream. when monot...
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 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovstrings: move string-nth primitive out of the VM and...
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-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-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-22 Doug ColemanSave images to a temporary file first, then call MOVE_F...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-18 Slava PestovStop wearing monocle and use the term "entry point...
2009-12-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-26 Slava PestovMerge branch 'eliminating_register_variables'
2009-12-22 Slava PestovMerge branch 'master' into eliminating_register_variables
2009-12-18 Slava Pestovvm: eliminating register variables work in progress...
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: Clean up more code duplication and rename a few...
2009-11-22 Slava PestovFix conflict
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-15 Doug ColemanMerge branch 'monotonic' of git://factorcode.org/git...
2009-11-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-12 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-12 Slava Pestovvm: fix fencepost error in write barrier on large objec...
2009-11-11 Slava PestovNew identity-hashcode primitive
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-08 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: simpler object space implementation. begin-scan...
2009-11-05 Joe GroffMerge branch 'master' into simd-cleanup
next