factor/basis/compiler/tree/builder
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
..
builder-docs.factor Fixing remaining issues 2008-08-22 17:38:23 -05:00
builder-tests.factor Debugging new optimizer 2008-08-14 23:35:19 -05:00
builder.factor Stack checker cleanup and optimization 2008-11-13 00:07:45 -06:00