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

Issue 1153363002: For Micro-benchmarks for 'with' (Closed)

Created:
5 years, 7 months ago by Michael Hablich
Modified:
5 years, 6 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

For Micro-benchmarks for 'with' R=arv@chromium.org, mstarzinger@chromium.org BUG=v8:4131 LOG=n Committed: https://crrev.com/f62d5ce9122b86527d97c11c82cc1d22327f563d Cr-Commit-Position: refs/heads/master@{#28714}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Made suggested changes #

Patch Set 3 : Runner now included ... #

Total comments: 4

Patch Set 4 : Test fixed #

Total comments: 1

Patch Set 5 : Drop --turbo flag so we measure what we ship #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -3 lines) Patch
M test/js-perf-test/JSTests.json View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A + test/js-perf-test/Scope/run.js View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A test/js-perf-test/Scope/with.js View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (2 generated)
Michael Hablich
Please advised this is a very early draft. Erik, it would be great if you ...
5 years, 7 months ago (2015-05-28 07:48:15 UTC) #1
Michael Starzinger
LGTM. But I am not familiar with the perf-test suite and the policies surrounding that ...
5 years, 6 months ago (2015-05-28 13:58:58 UTC) #2
arv (Not doing code reviews)
The name of this suite is a bit questionable. with was added in ES2 (3?). ...
5 years, 6 months ago (2015-05-28 15:18:34 UTC) #3
arv (Not doing code reviews)
That bug does not exist for me. Don't you need to add LOG=N to CL ...
5 years, 6 months ago (2015-05-28 15:20:37 UTC) #4
Michael Hablich
On 2015/05/28 15:20:37, arv wrote: > That bug does not exist for me. > > ...
5 years, 6 months ago (2015-05-29 14:13:22 UTC) #5
Michael Hablich
https://codereview.chromium.org/1153363002/diff/1/test/js-perf-test/JSTests.json File test/js-perf-test/JSTests.json (right): https://codereview.chromium.org/1153363002/diff/1/test/js-perf-test/JSTests.json#newcode111 test/js-perf-test/JSTests.json:111: "name": "PreES6", On 2015/05/28 13:58:58, Michael Starzinger wrote: > ...
5 years, 6 months ago (2015-05-29 14:14:50 UTC) #6
Michael Hablich
PTAL https://codereview.chromium.org/1153363002/diff/1/test/js-perf-test/PreES6/with.js File test/js-perf-test/PreES6/with.js (right): https://codereview.chromium.org/1153363002/diff/1/test/js-perf-test/PreES6/with.js#newcode1 test/js-perf-test/PreES6/with.js:1: // Copyright 2014 the V8 project authors. All ...
5 years, 6 months ago (2015-05-29 14:36:59 UTC) #7
arv (Not doing code reviews)
https://codereview.chromium.org/1153363002/diff/1/test/js-perf-test/PreES6/with.js File test/js-perf-test/PreES6/with.js (right): https://codereview.chromium.org/1153363002/diff/1/test/js-perf-test/PreES6/with.js#newcode41 test/js-perf-test/PreES6/with.js:41: objectUnderTestExtended = Object.create(objectUnderTest); On 2015/05/29 14:36:59, Hablich wrote: > ...
5 years, 6 months ago (2015-05-29 14:43:39 UTC) #8
Michael Hablich
https://codereview.chromium.org/1153363002/diff/40001/test/js-perf-test/Scope/with.js File test/js-perf-test/Scope/with.js (right): https://codereview.chromium.org/1153363002/diff/40001/test/js-perf-test/Scope/with.js#newcode46 test/js-perf-test/Scope/with.js:46: objectUnderTestExtended.Second = 'Another string'; On 2015/05/29 14:43:39, arv wrote: ...
5 years, 6 months ago (2015-05-29 14:48:57 UTC) #9
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/1153363002/diff/60001/test/js-perf-test/JSTests.json File test/js-perf-test/JSTests.json (right): https://codereview.chromium.org/1153363002/diff/60001/test/js-perf-test/JSTests.json#newcode115 test/js-perf-test/JSTests.json:115: "flags": ["--turbo"], Would it not be better to ...
5 years, 6 months ago (2015-05-29 14:54:44 UTC) #10
Michael Hablich
On 2015/05/29 14:54:44, arv wrote: > LGTM > > https://codereview.chromium.org/1153363002/diff/60001/test/js-perf-test/JSTests.json > File test/js-perf-test/JSTests.json (right): > ...
5 years, 6 months ago (2015-05-29 15:02:02 UTC) #11
Michael Starzinger
On 2015/05/29 15:02:02, Hablich wrote: > On 2015/05/29 14:54:44, arv wrote: > > LGTM > ...
5 years, 6 months ago (2015-05-29 15:04:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1153363002/80001
5 years, 6 months ago (2015-06-01 07:18:08 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-01 07:40:07 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-01 07:40:19 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f62d5ce9122b86527d97c11c82cc1d22327f563d
Cr-Commit-Position: refs/heads/master@{#28714}

Powered by Google App Engine
This is Rietveld 408576698