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

Issue 1656863002: [Interpreter] Adds support for with statement to interpreter. (Closed)

Created:
4 years, 10 months ago by mythria
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com, oth, rmcilroy
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Adds support for with statement to interpreter. Adds implementation and tests for with statement to interprter. BUG=v8:4280, v8:4684 LOG=N Committed: https://crrev.com/8d3e1ca35735bf7c85976e1e0ee3cf4229e194ea Cr-Commit-Position: refs/heads/master@{#33705}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Skips a failing test on arm64. #

Total comments: 9

Patch Set 3 : Rebased the patch #

Patch Set 4 : Addresses review comments. #

Patch Set 5 : Fixed cctest.status. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -97 lines) Patch
M src/interpreter/bytecode-generator.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 chunks +23 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 2 3 4 3 chunks +2 lines, -17 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 8 chunks +1 line, -53 lines 0 comments Download
M test/test262/test262.status View 1 2 7 chunks +0 lines, -26 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1656863002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1656863002/1
4 years, 10 months ago (2016-02-01 15:28:44 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/10374)
4 years, 10 months ago (2016-02-01 15:31:05 UTC) #4
mythria
PTAL, Thanks, Mythri https://codereview.chromium.org/1656863002/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1656863002/diff/1/src/interpreter/bytecode-generator.cc#newcode2477 src/interpreter/bytecode-generator.cc:2477: } else if (closure_scope->is_eval_scope()) { Turbofan ...
4 years, 10 months ago (2016-02-01 16:14:42 UTC) #7
rmcilroy
LGTM once comments are addressed, thanks. https://codereview.chromium.org/1656863002/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1656863002/diff/1/src/interpreter/bytecode-generator.cc#newcode2477 src/interpreter/bytecode-generator.cc:2477: } else if ...
4 years, 10 months ago (2016-02-02 17:05:23 UTC) #8
mythria
Thanks for the review. Addressed all comments. https://codereview.chromium.org/1656863002/diff/20001/test/cctest/cctest.status File test/cctest/cctest.status (left): https://codereview.chromium.org/1656863002/diff/20001/test/cctest/cctest.status#oldcode588 test/cctest/cctest.status:588: 'test-unscopables-hidden-prototype/Unscopables': [SKIP], ...
4 years, 10 months ago (2016-02-03 12:21:35 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1656863002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1656863002/60001
4 years, 10 months ago (2016-02-03 12:21:49 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/13209)
4 years, 10 months ago (2016-02-03 12:36:19 UTC) #13
rmcilroy
still lgtm
4 years, 10 months ago (2016-02-03 12:38:30 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1656863002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1656863002/80001
4 years, 10 months ago (2016-02-03 13:37:07 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-03 14:06:55 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1656863002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1656863002/80001
4 years, 10 months ago (2016-02-03 14:33:41 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-03 14:41:26 UTC) #23
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/8d3e1ca35735bf7c85976e1e0ee3cf4229e194ea Cr-Commit-Position: refs/heads/master@{#33705}
4 years, 10 months ago (2016-02-03 14:41:47 UTC) #25
Michael Achenbach
4 years, 10 months ago (2016-02-03 15:05:01 UTC) #27
Message was sent while issue was closed.
Please add skips for these failures:
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20...

Powered by Google App Engine
This is Rietveld 408576698