Slava Pestov
|
a56d480aa6
|
Various optimizations leading to a 10% speedup on compiling empty EBNF parser:
- open-code getenv primitive
- inline tuple predicates in finalization
- faster partial dispatch
- faster built-in type predicates
- faster tuple predicates
- faster lo-tag dispatch
- compile V{ } clone and H{ } clone more efficiently
- add fixnum fast-path to =; avoid indirect branch if two fixnums not eq
- faster >alist on hashtables
|
2008-12-06 09:16:29 -06:00 |
Slava Pestov
|
1361bb7d5c
|
derived-ops for shift didn't include fixnum-shift
|
2008-11-30 04:44:52 -06:00 |
Slava Pestov
|
4f5b0e5cd6
|
Oops
|
2008-11-29 13:44:38 -06:00 |
Slava Pestov
|
ae4f9a2809
|
Add fixnum/mod-fast and fixnum/i-fast subprimitives
|
2008-11-21 02:11:36 -06:00 |
Aaron Schaefer
|
d328589b87
|
Cleanup partial-dispatch by removing >r r> usage
|
2008-11-17 17:59:15 -05:00 |
Slava Pestov
|
7f3282bb39
|
Better error reporting
|
2008-11-03 01:19:06 -06:00 |
Slava Pestov
|
10c68ebb21
|
New modular arithmetic optimization pass
|
2008-09-12 18:08:38 -05:00 |
Slava Pestov
|
54232f80ca
|
Adding identity optimization pass, tweak inlining heuristic
|
2008-09-12 08:18:44 -05:00 |
Slava Pestov
|
44f53de164
|
Move make to its own vocabulary, remove fry _ feature
|
2008-09-10 20:07:00 -05:00 |
Slava Pestov
|
aa9341e579
|
Enforce that usages of >r/r> must be balanced within a quotation
|
2008-08-18 20:49:03 -05:00 |
Slava Pestov
|
f2a5a30c6f
|
New front-end and high-level optimizer lands
|
2008-08-12 03:22:45 -05:00 |