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

Issue 6964008: Make preparser-process.cc ignore flags on the command line. (Closed)

Created:
9 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make preparser-process.cc ignore flags on the command line. Avoids breaking when passed, e.g., the --nosse2 flag by certain builders. Committed: http://code.google.com/p/v8/source/detail?r=7821

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -45 lines) Patch
M preparser/preparser-process.cc View 3 chunks +84 lines, -45 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
9 years, 7 months ago (2011-05-09 12:27:21 UTC) #1
Søren Thygesen Gjesse
LGTM Maybe the testing of the preparser should not pass "strange" flags?
9 years, 7 months ago (2011-05-09 12:32:04 UTC) #2
Lasse Reichstein
9 years, 7 months ago (2011-05-09 12:38:58 UTC) #3
Oh, I agree. 
Currently it's simply appended by the builder using -Sspecial-command="@
--nosse2", which is quite indiscriminate.

Powered by Google App Engine
This is Rietveld 408576698