factor/basis/stack-checker/inlining
Slava Pestov 5bae69426d Stack checker cleanup and optimization
- stack-checker.state vocabulary split up into stack-checker.{state,values,recursive-state}
- code that modifies and searches recursive state factored out into stack-checker.recursive-state
- recursive state is now a set of three binary hash trees instead of an alist, and no longer contains unnecessary data
- binary hash trees are in stack-checker.recursive-state.tree: unbalanced, persistent
- ~8 second speedup on bootstrap, ~20 second speedup in "peg.javascript" require
2008-11-13 00:07:45 -06:00
..
authors.txt New front-end and high-level optimizer lands 2008-08-12 03:22:45 -05:00
inlining.factor Stack checker cleanup and optimization 2008-11-13 00:07:45 -06:00