]> gitweb.factorcode.org Git - factor.git/history - vm
add win32 bindings
[factor.git] / vm /
2009-11-08 Slava Pestovvm: minor cleanup
2009-11-08 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-11-08 Samuel TardieuAdd parentheses to prevent GCC warning
2009-11-06 Slava Pestovvm: on 32-bit, the largest free block size was only...
2009-11-06 Slava Pestovvm: faster data_root and <array> primitive
2009-11-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: report true size of mark stack
2009-11-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: fix crash if all-instances primitive triggers a GC
2009-11-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: fix crash in profiler
2009-11-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: restructure data_roots so that its a sequence of...
2009-11-06 Slava Pestovvm: fix 'become' when aging space is empty
2009-11-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava PestovRemove unused error from VM
2009-11-06 Slava Pestovvm: simpler object space implementation. begin-scan...
2009-11-06 Slava Pestovvm: remove some dead code
2009-11-06 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-11-06 Slava Pestovvm: speed up some bit twiddling on 32-bit
2009-11-06 Slava Pestovvm: rewrite 'become' primitive so that it uses a slot...
2009-11-05 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Slava PestovMerge branch 'work' of git://github.com/carlo-kokoth...
2009-11-05 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-11-05 Slava Pestovtools.time: overhaul
2009-11-04 Slava PestovAlign stack pointer on non-Mac OS X x86-32 platforms...
2009-11-04 Slava Pestovvm: fix issue with unnecessary heap growth
2009-11-04 Slava Pestovvm: fix fixnum* overflow case for 4-bit tags
2009-11-03 Slava Pestovvm: minor fixes after code review
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava Pestovvm: faster immediate_p()
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava Pestovvm: remove debug messages
2009-11-03 Slava Pestovvm: add two missing files
2009-11-03 Slava Pestovvm: rename gc_root to data_root, add code_root to fix...
2009-11-02 Slava Pestovvm: 4 bit tags, new representation of alien objects...
2009-11-02 Slava Pestovvm: new megamorphic hashcode algorithm improves bootstr...
2009-11-02 Slava Pestovvm: promote objects referenced from compiled code block...
2009-11-02 Slava PestovMerge branch 'master' into new_gc
2009-11-02 Slava Pestovvm: remove debug messages
2009-11-02 Slava Pestovvm: faster sweep algorithm
2009-11-01 Slava Pestovvm: more sweep phase optimizations
2009-11-01 Slava Pestovvm: remove promotion strategy, clean up compaction...
2009-11-01 Slava Pestovvm: don't do a data compaction when growing the data...
2009-10-31 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-31 Slava PestovMerge optimizations from master branch
2009-10-31 Slava Pestovvm: faster tuple allocation primitives
2009-10-31 Slava Pestovvm: fix compile error on non-Mac OS X platforms
2009-10-31 Slava Pestovvm: various minor optimizations speeding up gc0 and...
2009-10-31 Slava PestovMerge branch 'master' into new_gc
2009-10-30 Slava Pestovvm: clean up card unmarking
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-30 Slava Pestovvm: new GC policy: mark sweep after N megabytes promote...
2009-10-28 Slava Pestovvm: clean up gc events, remove -verbosegc switch, fix...
2009-10-27 Slava Pestovvm: use STL in free list, makes finding largest contigu...
2009-10-27 Slava Pestovvm: add primitives for getting at GC events, data-room...
2009-10-27 Slava Pestovvm: get GC events working, -verbosegc switch now produc...
2009-10-27 Slava Pestovvm: add gc_event
2009-10-27 Slava Pestovvm: remove crummy old GC stats, split off free list...
2009-10-26 Slava PestovMerge branch 'new_gc' of git://factorcode.org/git/facto...
2009-10-25 Slava Pestovvm: make compaction its own gc_op
2009-10-25 Slava Pestovvm: vm: fix large object allocation logic and change...
2009-10-25 Slava Pestovvm: room. now prints mark stack size, and total/contigu...
2009-10-25 Slava Pestovvm: tagged typechecks work better with DEBUG=1
2009-10-25 Slava Pestovvm: debugging compaction
2009-10-25 Slava Pestovvm: fix compaction when callback heap has entries in it
2009-10-25 Slava Pestovvm: got data heap compaction working
2009-10-25 Slava Pestovvm: fix 'data-room' primitive to report correct sizes...
2009-10-25 Slava Pestovvm: make some more ctors explicit just for kicks
2009-10-25 Slava Pestovvm: combine heap_block and code_block structs, eliminat...
2009-10-24 Slava Pestovvm: fix typo in card tracing logic
2009-10-24 Slava Pestovvm: clean up code heap visitor
2009-10-24 Slava Pestovvm: move binary_payload_start() method from factor_vm...
2009-10-24 Slava Pestovvm: data heap compaction work in progress
2009-10-24 Slava Pestovvm: factor out code that visits object slots and code...
2009-10-24 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Slava PestovMerge branch 'master' into new_gc
2009-10-23 Slava Pestovvm: rename userenv to special_objects
2009-10-23 Slava Pestovvm/mark_bits.hpp: fix incorrect constructor argument...
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Slava PestovMerge branch 'master' into new_gc
2009-10-22 Slava Pestovvm: fix compilation
2009-10-22 Slava Pestovvm: clean up signal handling and add EXC_BAD_INSTRUCTIO...
2009-10-22 Joe Groffgive better error message for windows exceptions, and...
2009-10-22 Slava Pestovvm: debugging mark and sweep
2009-10-22 Slava Pestovvm: use iostreams instead of printf for debug messages...
2009-10-22 Slava Pestovvm: debugging mark-sweep
2009-10-21 Slava Pestovvm: mark sweep gc for tenured space work in progress
2009-10-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovvm: split off free_list_allocator from heap class,...
2009-10-20 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava Pestovvm: simplify code heap by eliminating HeapLayout templa...
2009-10-20 Slava Pestovvm: object start recording in cards is now independent...
2009-10-20 Slava Pestovvm: move factor_vm::untagged_object_size() to object...
2009-10-20 Slava PestovChange data heap alignment to 16 bytes
2009-10-20 Slava Pestovvm: fix crash when converting a callstack to an array
2009-10-20 Slava Pestovvm: working on making heap more generic
2009-10-20 Slava Pestovvm: change code heap layout somewhat, remove unused...
2009-10-20 Slava PestovMerge branch 'master' into new_gc
next