Reviewers: dcarney,

Message:
Committed patchset #1 manually as r17795 (presubmit successful).

Description:
Experimental lexer generator: Make --minimize-default default.

BUG=
[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=17795

Please review this at https://codereview.chromium.org/68523018/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+1, -0 lines):
  M src/lexer/lexer.gyp


Index: src/lexer/lexer.gyp
diff --git a/src/lexer/lexer.gyp b/src/lexer/lexer.gyp
index cc7939bf4487fda32ee2898810bcd49b87bf8049..1be4acd155ddbfe43143c27a4d50e603cfda6de0 100644
--- a/src/lexer/lexer.gyp
+++ b/src/lexer/lexer.gyp
@@ -94,6 +94,7 @@
             '../../tools/lexer_generator/generator.py',
             '--re=../../src/lexer/lexer_py.re',
             '--code=<(SHARED_INTERMEDIATE_DIR)/generated_lexer.cc',
+            '--minimize-default',
           ],
         },
       ],


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to