factor/basis/compiler/tree/def-use
Slava Pestov 145b635eb6 More optimization intended to reduce compile time. Another 10% speedup on compiling empty PEG parser
- new map-flat combinator replaces usages of 'map flatten' in compiler
- compiler.tree.def-use.simplified uses an explicit accumulator instead of flatten
- compiler.tree.tuple-unboxing uses an explicit accumulator instead of flatten
- fix inlining regression from last time: custom inlining results would sometimes be discarded
- compiler.tree's 3each and 3map combinators rewritten to not use flip
- rewrite math.partial-dispatch without locals (purely stylistic, no performance increase)
- hand-optimize flip for common arrays-of-arrays case
- don't run escape analysis and tuple unboxing if there are no allocations in the IR
2008-12-06 11:17:19 -06:00
..
simplified More optimization intended to reduce compile time. Another 10% speedup on compiling empty PEG parser 2008-12-06 11:17:19 -06:00
authors.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
def-use-tests.factor Fix permission bits 2008-10-02 08:34:49 -05:00
def-use.factor dlists no longer have a length slot; tweak dlist code so that types infer better 2008-11-16 05:53:25 -06:00
summary.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00