]> gitweb.factorcode.org Git - factor.git/history - vm
ppc asm to pass vm pointer: inline_cache_miss, set_callstack
[factor.git] / vm /
2009-09-30 Phil Dawesppc asm to pass vm pointer: inline_cache_miss, set_call...
2009-09-30 Phil Dawesppc asm to pass vm pointer: overflow fns
2009-09-28 Phil Dawesppc asm to pass vm pointer: initial bootstrap
2009-09-29 Phil Dawesinlineimpl.hpp is toast
2009-09-28 Phil DawesConverted some callback fns to use member-fn pointers
2009-09-28 Phil Dawesmoved local_roots and write_barrier stuff out of inline...
2009-09-27 Phil Dawesremoved vm-data.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 U-SLAVA-DFB8FF805... vm: fix compilation on Windows
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 PestovFix GC root safety in word-xt primitive
2009-09-26 Slava Pestovvm: remove safe_malloc now that everything uses constru...
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-26 Slava PestovMerge branch 'vm_cleanup' of git://github.com/phildawes...
2009-09-25 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Slava Pestovvm: ignore 'declare' calls in non-optimizing compiler
2009-09-25 Slava Pestovvm: clean up os-unix.cpp
2009-09-25 Phil Dawesforwarding functions replaced with PRIMITIVE_FORWARD...
2009-09-25 Phil Dawesremoved VM_ASM_API_OVERFLOW (VM_ASM_API now regparm(3))
2009-09-25 Phil Dawesmade inline_gc a VM_C_API function
2009-09-25 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-25 Slava PestovMerge branch 'fix_stack_alignment' of git://github...
2009-09-24 Phil Dawesmake inline_gc regparm(3) and cleaned up %call-gc stack...
2009-09-24 Phil Dawesfix c_to_factor stack alignment
2009-09-24 Phil Dawesfix lazy_jit_compile to not abuse stack on x86.32
2009-09-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Slava Pestovvm/cpu-x86.32.S: formatting fix
2009-09-24 Slava PestovMerge branch 'vm_cleanup' of git://github.com/phildawes...
2009-09-24 Slava Pestovvm: Fix potential crash in <word> primitive if profilin...
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 Dawesbignum indentation cleanup
2009-09-24 Phil Dawesremoved a bunch of superflous blank lines
2009-09-24 Phil Dawesmisc cleanup
2009-09-24 Phil Dawesremoved superflous whitspace lines
2009-09-24 Phil Dawesrenamed vmprim_ to primitive_
2009-09-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-24 Slava PestovFix conflict
2009-09-23 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-23 Slava PestovMerge branch 'master' into integer-simd
2009-09-23 Slava PestovMerge branch 'master' into integer-simd
2009-09-22 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-22 Slava PestovMerge branch 'master' into integer-simd
2009-09-22 Guillaume NargeotMerge branch 'master' of git://factorcode.org/git/factor
2009-09-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-21 Slava PestovFix conflict
2009-09-21 Slava Pestovmath.vectors.simd: add saturated arithmetic operations
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 Slava PestovMerge branch 'irc-fix' of git://tiodante.com/git/factor
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 Dawesimul clobbers arg2 on x86.64, so stashing vm ptr on...
2009-09-16 Phil DawesAdded -DREENTRANT option to Makefile
2009-09-16 Phil DawesAdded more init code to vm constructor.
2009-09-16 Phil Dawessmall x86 asm cleanup
2009-09-16 Phil Dawesvm passed in primitives as arg0 for x86.64
2009-09-16 Phil DawesAdded vm passing to inline_cache_miss x86.32 asm
2009-09-16 Phil DawesDon't return functions returning void. -O3 seems to...
2009-09-16 Phil Dawesasm math functions pass vm ptr to overflow function...
2009-09-16 Phil Dawesfixed bug where vm_char being treated as 1byte type
2009-09-16 Phil DawesAdded data constructor to initialize bools in factorvmd...
2009-09-16 Phil DawesAdded vm ptr to math overflow functions
2009-09-16 Phil Dawesmoved signal handlers into vm object
2009-09-16 Phil Dawesremoved debugging
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 Dawesremoved vm ptr from mach_signal and some other places
2009-09-16 Phil Dawesremoved vm ptr from os-macosx.mm
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 threadsafe defines. Dunno if they do much
2009-09-16 Phil Dawesfixed stupid signal handler bug
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 Dawesadded vm passing to some alien/boxing functions and...
2009-09-16 Phil Dawesvm ptr passed to lazy_jit_compile on x86.64
2009-09-16 Phil Dawesoverflow functions now retrieving their vm ptr from...
2009-09-16 Phil DawesPrimitives now pass vm ptr on 64bit x86
2009-09-16 Phil Dawesfixed up linux64 bootstrap (single threaded)
2009-09-16 Phil Daweswin32 main starts factorvm in new thread
next