]> gitweb.factorcode.org Git - factor.git/history - vm/vm.hpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / vm.hpp
2009-09-27 Phil DawesMoved PRIMITIVE and PRIMITIVE_FORWARDs to primitives...
2009-09-30 Slava PestovMerge branch 'gif' of git://github.com/klazuka/factor
2009-09-30 Slava PestovMerge branch 'link' of git://github.com/klazuka/factor
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Slava PestovMerge branch 'master' into more_aggressive_coalescing
2009-09-28 Slava PestovWord hashcodes are now computed from the word's name...
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 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-26 sheepleMerge branch 'slots' of git://factorcode.org/git/factor...
2009-09-26 Slava PestovMerge branch 'for-slava' of git://gitorious.org/factor...
2009-09-26 Slava Pestovvm: fix windows compilation (untested)
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-26 Slava Pestovvm: make heap data-type object-oriented
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 factorvm to factor_vm
2009-09-24 Phil Dawesremoved a bunch of superflous blank lines
2009-09-24 Phil Dawesrenamed vmprim_ to primitive_
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 Dawesput mach call_fault_handler in the vm
2009-09-16 Phil Dawesfpe signals working on unix again
2009-09-16 Phil DawesAdded -DREENTRANT option to Makefile
2009-09-16 Phil Dawesasm math functions pass vm ptr to overflow function...
2009-09-16 Phil DawesAdded data constructor to initialize bools in factorvmd...
2009-09-16 Phil Dawesmoved signal handlers into vm object
2009-09-16 Phil DawesSplit data out into separate vm-data struct
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesSwitched on singleton flag
2009-09-16 Phil Dawesadded FACTOR_MULTITHREADED_TLS option
2009-09-16 Phil Dawesthread_id is a pthread_t on unix
2009-09-16 Phil Dawesadded vm-ptr primitive
2009-09-16 Phil Dawesquick test vocab for mt stuff
2009-09-16 Phil Dawescleaned up code a bit, added multithreaded mode flags
2009-09-16 Phil Dawesremoved vm singleton usage from unix stuff
2009-09-16 Phil Dawesmoved the thread stuff around a bit
2009-09-16 Phil Dawesremoved vm ptrs from unix code (still in signal handler...
2009-09-16 Phil Dawesmoved utility functions and fatal_error out of vm struc...
2009-09-16 Phil Dawesfixed up linux64 bootstrap (single threaded)
2009-09-16 Phil Dawesadded lookup_vm and removed last usage of vm from windo...
2009-09-16 Phil Dawesremoved some error vm-> functions
2009-09-16 Phil Dawesremoved all vm-> singleton accesses from inlineimpls
2009-09-16 Phil Dawesmoved gc_locals accessors into vm
2009-09-16 Phil Dawesturned errno() methods back into functions since they...
2009-09-16 Phil Dawesfixed up getenv compiler intrinsic to use vm struct...
2009-09-16 Phil Dawesadded padding to align userenv to an 8byte boundary
2009-09-16 Phil Dawesmoved userenv into vm in C code (DOESNT BOOTSTRAP YET!!!)
2009-09-16 Phil Dawesmoved stack_traces_p into the vm
2009-09-16 Phil Dawesmoved cards_offset and decks_offset into vm struct...
2009-09-16 Phil Dawesmoved allot_markers_offset variable into vm struct
2009-09-16 Phil Dawesnursery global variable moved into vm
2009-09-16 Phil Dawesmoved stack_chain into vm struct
2009-09-16 Phil Dawesmoved os-windows-nt functions into the vm
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesmoved some os-windows functions into the vm
2009-09-16 Phil Dawesmoved align_page into vm
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesFixed typo from upstream
2009-09-16 Phil Dawesremoved global functions from bignum.cpp
2009-09-16 Phil Dawesremoved some global functions from code_heap
2009-09-16 Phil Dawesremoved global functions from data_gc
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawessplit the moved inline stuff into separate header file
2009-09-16 Phil Dawesmoved tagged.hpp templates to vm.hpp
2009-09-16 Phil Dawesmoved more math.hpp inline functions to vm
2009-09-16 Phil Dawesupdated function ptr calls (iterators etc..) to take...
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil DawesDev checkpoint
2009-09-16 Phil Dawesmoved global state from math into vm
2009-09-16 Phil Dawesmoved global state from inline_cache into vm
2009-09-16 Phil Dawesmoved global state from dispatch into vm
2009-09-16 Phil Dawesmoved global state from debug into vm
2009-09-16 Phil Dawesmoved global state from code_heap into vm
2009-09-16 Phil Dawesmoved global state from data_heap into vm
2009-09-16 Phil Dawesmoved global state from data_gc into vm
2009-09-16 Phil Dawesmoved global state from contexts and run into vm
2009-09-16 Phil Dawesmoved callstack.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved math.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved byte_arrays.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved arrays.hpp inline functions to vm.hpp
2009-09-16 Phil Dawesmoved generic_arrays inline functions to vm.hpp
2009-09-16 Phil Dawesmoved data_gc and local_roots inline functions to vm.hpp
2009-09-16 Phil Dawesmoved write_barrier inline function impls to vm.hpp
2009-09-16 Phil Dawesmoved callstack.hpp functions to vm
2009-09-16 Phil Dawesmoved math.hpp functions to vm
2009-09-16 Phil Dawesmoved arrays.hpp functions to vm
2009-09-16 Phil Dawesmoved generic_array.hpp functions to vm
2009-09-16 Phil Dawesmoved write_barrier functions to vm
2009-09-16 Phil Dawesmoved data_gc templates and inline functions to vm
2009-09-16 Phil Dawesmoved reallot_array into vm
2009-09-16 Phil Dawesmoved local roots state to vm, shuffled includes around
2009-09-16 Phil Dawesmoved utilities.cpp functions to vm
2009-09-16 Phil Dawesmoved factor.cpp functions to vm
2009-09-16 Phil Dawesmoved inline_cache functions to vm
next