]> gitweb.factorcode.org Git - factor.git/history - vm/compaction.cpp
webapps.wiki: adding search bar
[factor.git] / vm / compaction.cpp
2009-11-05 Joe GroffMerge branch 'master' into simd-cleanup
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-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava PestovMerge branch 'master' into new_gc
2009-11-03 Slava Pestovvm: rename gc_root to data_root, add code_root to fix...
2009-11-02 Slava PestovMerge branch 'master' into new_gc
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 Slava PestovMerge optimizations from master branch
2009-10-31 Slava PestovMerge branch 'master' into new_gc
2009-10-30 Slava PestovMerge branch 'master' into new_gc
2009-10-28 Slava Pestovvm: clean up gc events, remove -verbosegc switch, fix...
2009-10-27 Slava Pestovvm: get GC events working, -verbosegc switch now produc...
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: 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: combine heap_block and code_block structs, eliminat...
2009-10-24 Slava Pestovvm: clean up code heap visitor
2009-10-24 Slava Pestovvm: data heap compaction work in progress