| commit | bbfe781e9df93d5b7d539ee910a4889ca09c0872 | [log] [tgz] |
|---|---|---|
| author | Viatcheslav Ostapenko <sl.ostapenko@samsung.com> | Thu Jan 09 19:49:05 2014 -0500 |
| committer | Russ Cox <rsc@swtch.com> | Thu Jan 09 19:49:05 2014 -0500 |
| tree | 834262768ffb9f0505137deaedccd055fbe3fc4b | |
| parent | d16d394e146bc2c4bfc2e773aaa75a93699ab41e [diff] |
re2: make tables const Helps for moving tables to .rodata segment. Useful on chrome for Android. http://code.google.com/p/chromium/issues/detail?id=249746 Also might help compiler optimisations. R=rsc CC=re2-dev https://codereview.appspot.com/50220044