factor/basis/bootstrap
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
..
compiler More optimization intended to reduce compile time. Another 10% speedup on compiling empty PEG parser 2008-12-06 11:17:19 -06:00
handbook Fix permission bits 2008-10-02 08:34:49 -05:00
help Circularity between vocabularies no longer causes an infinite loop; loading a vocabulary like json or furnace no longer loads certain files twice 2008-11-23 00:04:18 -06:00
image Tweak string representation; high bit indicates if character has high bits in aux vector. Avoids memory access in common case. Split set-string-nth into two primitives; set-string-nth-fast is open-coded by optimizing compiler. 13% improvement on reverse-complement 2008-12-05 06:38:51 -06:00
io Fix permission bits 2008-10-02 08:34:49 -05:00
math Create basis vocab root 2008-07-28 22:03:13 -05:00
threads Various fixes 2008-07-30 04:12:17 -05:00
tools Fix permission bits 2008-10-02 08:34:49 -05:00
ui Fix permission bits 2008-10-02 08:34:49 -05:00
unicode Fix permission bits 2008-10-02 08:34:49 -05:00
stage2.factor Better command-line processing 2008-12-01 16:10:48 -06:00