| Source path: hg/ re2/ simplify.cc |
|
|
|
|
Change log
1fe8927b19db
by Russ Cox <r...@swtch.com>
on Jul 15, 2010
Diff
factor common prefixes from alternations Juggle code so that RE2::Set can benefit too. R=rsc CC=re2-dev http://codereview.appspot.com/1740045
| Go to: |
Older revisions
8671a31359c3
by Russ Cox <r...@swtch.com>
on May 10, 2010
Diff
re2: memory diet Cut unnecessary fields from Regexp and order to align better. Combine smallsub and sub into one ...