]> gitweb.factorcode.org Git - factor.git/history - vm/contexts.cpp
webapps.wiki: adding search bar
[factor.git] / vm / contexts.cpp
2022-06-20 John Benediktssonvm: remove debug printout in begin_callback
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 Doug ColemanMerge branch 'arm64-bootstrap2'
2022-06-17 Doug Colemanarm: try to call begin_callback from asm
2018-07-13 Doug Colemancontexts.cpp: Don't warn on unused variables.
2016-11-23 Björn LindqvistVM: removing factor_vm::init_contexts()
2016-11-23 Björn LindqvistVM: removing array_to_stack() from the factor_vm class
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-07-02 Björn LindqvistVM: fixing small style issues
2016-06-27 Björn LindqvistVM: factor_vm::set_callstack and set_retainstack is...
2016-05-14 Björn LindqvistVM: removes the delete_contexts method
2016-03-01 Doug Colemanvm/contexts.cpp: We are only deleting half the contexts...
2015-12-10 Björn LindqvistVM: now special-objects is used for -1, 0, 1 and t
2015-08-24 Björn LindqvistVM: make allot_alien() and ffi_dlsym() use cell instead...
2015-08-24 Björn LindqvistVM: removing the get_datastack/retainstack/callstack...
2015-08-04 Björn LindqvistVM: new method context::address_to_error
2015-06-05 Björn LindqvistVM: macro FACTOR_FOR_EACH used in more places to drive...
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-02-28 Björn LindqvistVM: refactoring to remove redundancy in retainstack...
2015-01-15 Björn LindqvistVM: change type of callstack_top and callstack_bottom...
2014-12-04 John BenediktssonRevert "VM: always clear the data and retainstack in...
2014-12-04 Björn LindqvistVM: always clear the data and retainstack in general_er...
2014-11-30 Doug Colemanvm: Annotate more places where we can gc.
2014-09-08 Björn LindqvistVM: move the stack scrubbing logic to call_frame_slot_v...
2013-05-13 Erik CharleboisVM: Replace u8-64, s8-64, cell, fixnum with stdint...
2013-05-12 Erik CharleboisVM: Refactor contexts to Factor style
2013-03-22 John Benediktssonvm: more use of ctx->replace().
2012-08-16 Doug Colemanvm: Add more comments about functions that allocate.
2011-11-23 Joe Groffvm: replace assert with FACTOR_ASSERT
2011-10-28 Joe Groffvm: Revert extra canary page before callstack
2011-10-28 Joe Groffvm: allocate an extra canary page before callstack
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-09-28 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-28 Slava Pestovvm: fix compiler warning
2010-09-28 Slava Pestovcompiler: preliminary implementation of tracking derive...
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-18 Slava Pestovvm: don't keep more than 10 unused contexts around...
2010-08-03 Slava PestovMerge branch 'tools.scaffold' of http://github.com...
2010-08-03 Slava PestovFix start-context-and-delete sub-primitive (reported...
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 compile warnings on Windows and add /WX to...
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 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 PestovMerge branch 'for-slava' of git://git.rfc1149.net/factor
2010-06-12 Slava Pestovvm: fix typo
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-04-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-02 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-02 Slava Pestovvm: pre-allocate context alien
2010-04-01 Joe GroffMerge branch 'master' into abi-symbols
2010-03-31 Slava Pestovthreads: delete old contexts immediately instead of...
2010-03-30 Slava Pestovthreads: use context-switching primitives
2010-03-28 Daniel EhrenbergMerge branch 'master' into conditional
2010-03-27 Slava Pestovvm: signal handling cleanup
2010-03-27 Slava PestovImplement start-context and set-context primitives
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
2010-01-04 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-03 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-02 Slava PestovChange how non-volatile register preservation is done...
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-22 Slava PestovGet optimizing compiler working without global register...
2009-12-18 Slava Pestovvm: eliminating register variables work in progress...
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...
next