]> gitweb.factorcode.org Git - factor.git/history - vm/inlineimpls.hpp
renamed myvm member variable to parent_vm
[factor.git] / vm / inlineimpls.hpp
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