factor/basis/math
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
..
bitwise add toggle-bit word to math.bitwise 2008-11-29 00:37:36 -06:00
combinatorics Move math.combinatorics to basis 2008-11-18 10:20:44 -05:00
complex Refactoring usages of >r, r>, -rot, rot 2008-11-30 22:21:37 -06:00
constants Fix permission bits 2008-10-02 08:34:49 -05:00
functions Refactoring usages of >r, r>, -rot, rot 2008-11-30 22:21:37 -06:00
geometry Removing more >r/r> usages 2008-12-03 08:46:16 -06:00
intervals Cleanup math.intervals and eliminate >r r> usage 2008-11-17 17:20:56 -05:00
libm Tweak math.functions to inline better 2008-11-29 03:49:24 -06:00
partial-dispatch More optimization intended to reduce compile time. Another 10% speedup on compiling empty PEG parser 2008-12-06 11:17:19 -06:00
points New distance word in math.vectors, replaces distance in math.points, more efficient 2008-11-29 10:19:23 -06:00
polynomials Merge branch 'master' of git://factorcode.org/git/factor 2008-11-18 16:05:54 -05:00
quaternions Move math.quaternions to extra 2008-11-18 10:22:48 -05:00
ranges Refactoring usages of >r, r>, -rot, rot 2008-11-30 22:21:37 -06:00
ratios Replace >r r> usage with dip in math.ratios 2008-11-17 18:13:42 -05:00
statistics Move math.statistics to extra 2008-11-18 10:31:07 -05:00
vectors New distance word in math.vectors, replaces distance in math.points, more efficient 2008-11-29 10:19:23 -06:00