X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;fp=TODO;h=f8746d0b5f6ab9e0c92924920000dfbfbf798943;hp=d2d930d9363c6c69074ae189054a6dcb0718c6a1;hb=a52082e6bfc788b85ab34daa7802789d532c83ee;hpb=c805010980fc22bcd66c1684a772f66563cd6b72 diff --git a/TODO b/TODO index d2d930d..f8746d0 100644 --- a/TODO +++ b/TODO @@ -33,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