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

Issue 1524893003: [Interpreter] Add support for break statements in labelled blocks. (Closed)

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

Description

[Interpreter] Add support for break statements in labelled blocks. BUG=V8:4280 LOG=N Committed: https://crrev.com/d0304f91eeec8d176303464a8d9d75d5cf1445e3 Cr-Commit-Position: refs/heads/master@{#32912}

Patch Set 1 #

Patch Set 2 : nitlet. #

Patch Set 3 : Rebase #

Total comments: 1

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -29 lines) Patch
M src/interpreter/bytecode-generator.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 8 chunks +29 lines, -25 lines 0 comments Download
M src/interpreter/control-flow-builders.h View 1 2 3 3 chunks +16 lines, -2 lines 0 comments Download
M src/interpreter/control-flow-builders.cc View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 chunk +41 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 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/1524893003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1524893003/1
5 years ago (2015-12-14 22:00:12 UTC) #2
oth
Ross, PTAL. This fixes the test262 failure that depends on break statements in labelled blocks. ...
5 years ago (2015-12-14 22:08:42 UTC) #4
rmcilroy
LGTM, thanks! https://codereview.chromium.org/1524893003/diff/40001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1524893003/diff/40001/src/interpreter/bytecode-generator.cc#newcode505 src/interpreter/bytecode-generator.cc:505: if (stmt->labels() != nullptr) block_builder.EndBlock(); optional - ...
5 years ago (2015-12-16 13:07:25 UTC) #5
oth
On 2015/12/16 13:07:25, rmcilroy wrote: > LGTM, thanks! > > https://codereview.chromium.org/1524893003/diff/40001/src/interpreter/bytecode-generator.cc > File src/interpreter/bytecode-generator.cc (right): ...
5 years ago (2015-12-16 16:37:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1524893003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1524893003/60001
5 years ago (2015-12-16 16:47:14 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-16 17:06:09 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-16 17:06:38 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d0304f91eeec8d176303464a8d9d75d5cf1445e3
Cr-Commit-Position: refs/heads/master@{#32912}

Powered by Google App Engine
This is Rietveld 408576698