X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=f8746d0b5f6ab9e0c92924920000dfbfbf798943;hp=29ca7f0a9c7d48f394f0a7102236ea301899dccd;hb=f069d11a0bc59d63b078df8a4aa488498c4e9cc2;hpb=78a166e98747ddeb79310ccba340f292fa8a6dca diff --git a/TODO b/TODO index 29ca7f0..f8746d0 100644 --- a/TODO +++ b/TODO @@ -3,12 +3,9 @@ Immediately - clean up util package - - serializable parse tables? - - all that is required now is to separate Pos and Position - - - currently we GC the doomed stack when the parent dies... but we - should also GC the parent when the doomed stack dies if it was a - positive conjunct. + - currently we GC the doomed stack when the parent dies... but + [ideally] we should also GC the parent when the doomed stack dies + if it was a positive conjunct. - single-tree-return assumption - have a way to let question marks not be tagged? @@ -36,6 +33,16 @@ Immediately ______________________________________________________________________________ v1.1 +- use regression/least-squares/trend-prof to look for reductions whose + behavior is O(n^2)? (ie performed a number of times proportional to + the input consumed so far). + +- Optimizations: + - (x &~ y) => (x & z) + - string lookahead + - don't form result forests for negated productions + - early kills: (a &~ ... b ...) -> once "... b" is seen, "a" is dead + - MUST HAVE BETTER ERROR MESSAGES - use for developing java15.g - better ambiguity reporting