]> gitweb.factorcode.org Git - factor.git/history - vm/code_blocks.cpp
Update Win64 support
[factor.git] / vm / code_blocks.cpp
2010-01-25 Slava PestovUpdate Win64 support
2010-01-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Slava Pestovvm: remove primitive table, non-optimizing compiler...
2010-01-18 Slava PestovStop wearing monocle and use the term "entry point...
2010-01-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-16 Slava Pestovvm: Tweak Factor VM to compile with Microsoft Visual...
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-06 Slava Pestovvm: ensure that non-optimized calls to generic words...
2009-12-22 Slava PestovMerge branch 'master' into eliminating_register_variables
2009-12-22 Slava Pestovvm: if an aging GC is triggered while uninitialized...
2009-12-15 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-12-15 Slava Pestovvm: big overhaul of non-optimizing compiler
2009-12-03 Slava PestovMerge branch 'simd-cleanup' of git://factorcode.org...
2009-12-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-02 Slava PestovGet modify-code-heap working if stack traces are stripp...
2009-12-02 Slava PestovRT_HERE now takes its argument from the literal table...
2009-12-02 Slava PestovSplit literal table into literal and parameter tables...
2009-12-02 Slava Pestovvm: Clean up more code duplication and rename a few...
2009-12-02 Slava Pestovvm: factor out common code between image loading and...
2009-12-02 Slava PestovBig cleanup of literal table and relocation-related...
2009-11-29 Slava Pestovvm: growing heap no longer uses relocate_code_block()
2009-11-28 Slava PestovMerge branch 'no_literal_table' of git://factorcode...
2009-11-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-11-27 Slava Pestovvm: new image relocation that doesn't use literal table
2009-11-25 Slava Pestovvm: new implementation of modify-code-heap that doesn...
2009-11-25 Slava Pestovvm: flush icache after GC
2009-11-25 Slava PestovMerge branch 'master' into no_literal_table
2009-11-25 Slava Pestovvm: deallocate old PIC after allocating the new one...
2009-11-25 Slava Pestovvm: compaction now updates the needs_fixup set
2009-11-24 Slava Pestovvm: mark sweep now traces code block references; rename...
2009-11-22 Slava PestovMerge branch 'master' into no_literal_table
2009-11-22 Slava Pestovvm: minor GC traces embedded pointers
2009-11-22 Slava PestovFix conflict
2009-11-07 Slava Pestovvm: eliminating literal table work in progress