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

Issue 1094573002: [turbofan] Add single --turbo flag. (Closed)

Created:
5 years, 8 months ago by Michael Starzinger
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Add single --turbo flag. This flag is intended as a staging flag for TurboFan. It serves as a single flag that always enables a most recent configuration of TurboFan for test suites and benchmarks, without needing to update test drivers. R=titzer@chromium.org,machenbach@chromium.org Committed: https://crrev.com/8924a9e1b7bb313e854f77a532f48a4ac213e04f Cr-Commit-Position: refs/heads/master@{#27896}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix free issue. #

Patch Set 3 : Make override possible. #

Total comments: 2

Patch Set 4 : Addressed comment. #

Patch Set 5 : Fix size_t awesomeness! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M src/flag-definitions.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/v8.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M test/benchmarks/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/testrunner/local/testsuite.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (2 generated)
Michael Starzinger
5 years, 8 months ago (2015-04-16 11:29:37 UTC) #1
Michael Achenbach
lgtm https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h#newcode384 src/flag-definitions.h:384: DEFINE_VALUE_IMPLICATION(turbo, turbo_filter, "*") I assume this can be ...
5 years, 8 months ago (2015-04-16 11:37:21 UTC) #2
Michael Starzinger
https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h#newcode384 src/flag-definitions.h:384: DEFINE_VALUE_IMPLICATION(turbo, turbo_filter, "*") On 2015/04/16 11:37:21, Michael Achenbach wrote: ...
5 years, 8 months ago (2015-04-16 12:10:23 UTC) #3
titzer
On 2015/04/16 12:10:23, Michael Starzinger wrote: > https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h > File src/flag-definitions.h (right): > > https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h#newcode384 ...
5 years, 8 months ago (2015-04-16 12:13:42 UTC) #4
Michael Starzinger
PTAL. https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/1094573002/diff/1/src/flag-definitions.h#newcode384 src/flag-definitions.h:384: DEFINE_VALUE_IMPLICATION(turbo, turbo_filter, "*") On 2015/04/16 12:10:22, Michael Starzinger ...
5 years, 8 months ago (2015-04-16 13:56:50 UTC) #5
titzer
lgtm https://codereview.chromium.org/1094573002/diff/40001/src/v8.cc File src/v8.cc (right): https://codereview.chromium.org/1094573002/diff/40001/src/v8.cc#newcode80 src/v8.cc:80: if (FLAG_turbo && strcmp(FLAG_turbo_filter, "~") == 0) { ...
5 years, 8 months ago (2015-04-16 15:16:02 UTC) #6
Michael Starzinger
https://codereview.chromium.org/1094573002/diff/40001/src/v8.cc File src/v8.cc (right): https://codereview.chromium.org/1094573002/diff/40001/src/v8.cc#newcode80 src/v8.cc:80: if (FLAG_turbo && strcmp(FLAG_turbo_filter, "~") == 0) { On ...
5 years, 8 months ago (2015-04-16 15:20:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094573002/80001
5 years, 8 months ago (2015-04-16 16:27:37 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-16 16:28:50 UTC) #11
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 16:29:06 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8924a9e1b7bb313e854f77a532f48a4ac213e04f
Cr-Commit-Position: refs/heads/master@{#27896}

Powered by Google App Engine
This is Rietveld 408576698