]> gitweb.factorcode.org Git - factor.git/history - vm/inlineimpls.hpp
moved local_roots and write_barrier stuff out of inlineimpls.hpp
[factor.git] / vm / inlineimpls.hpp
2009-09-28 Phil Dawesmoved local_roots and write_barrier stuff out of inline...
2009-09-30 Slava PestovMerge branch 'gif' of git://github.com/klazuka/factor
2009-09-27 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-27 Slava PestovMerge branch 'ogg' of git://double.co.nz/git/factor
2009-09-26 sheepleMerge branch 'slots' of git://factorcode.org/git/factor...
2009-09-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-26 Slava PestovMake segment, context, data_heap, zone more object...
2009-09-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Slava PestovMerge branch 'vm_cleanup' of git://github.com/phildawes...
2009-09-24 Phil Dawesrenamed myvm member variable to parent_vm
2009-09-24 Phil Dawesrenamed factorvm to factor_vm
2009-09-24 Phil Dawesbignum indentation and macro cleanup
2009-09-24 Phil Dawesremoved a bunch of superflous blank lines
2009-09-24 Slava PestovFix conflict
2009-09-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-22 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-09-21 Slava PestovFix conflict
2009-09-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-20 Slava PestovMerge Phil Dawes' VM work
2009-09-16 Phil Dawescleaning up stray vm singleton usage
2009-09-16 Phil Dawesremoved all vm-> singleton accesses from inlineimpls
2009-09-16 Phil Dawesmoved align_page into vm
2009-09-16 Phil Dawesremoved global functions from byte_arrays.cpp and tuple...
2009-09-16 Phil Dawesremoved global functions from arrays.cpp
2009-09-16 Phil Dawesremoved some global functions from code_heap
2009-09-16 Phil Dawesvm ptr passed to untag_check
2009-09-16 Phil Dawesmoved tagged template code back into tagged.hpp header
2009-09-16 Phil Dawessplit the moved inline stuff into separate header file