Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: deps/third_party/ragel/01-ragel-6.7.GT2.patch

Issue 10641004: Speedup the validator-x86_64.c compilation by 15% (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | deps/third_party/ragel/ragel.linux » ('j') | src/native_client/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deps/third_party/ragel/01-ragel-6.7.GT2.patch
===================================================================
--- deps/third_party/ragel/01-ragel-6.7.GT2.patch (revision 9001)
+++ deps/third_party/ragel/01-ragel-6.7.GT2.patch (working copy)
@@ -258,7 +258,7 @@
- else {
+ else if ( pc.paramArg[0] == 'T' && pc.paramArg[1] == '2' ) {
+ codeStyle = GenIpGoto;
-+ maxTransitions = 32;
++ maxTransitions = 16;
+ } else {
error() << "-G" << pc.paramArg[0] <<
" is an invalid argument" << endl;
« no previous file with comments | « no previous file | deps/third_party/ragel/ragel.linux » ('j') | src/native_client/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698