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

Issue 1542083002: [Interpreter] Adds support for DeleteLookupSlot to Interpreter. (Closed)

Created:
5 years ago by mythria
Modified:
5 years ago
Reviewers:
Benedikt Meurer, oth
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 DeleteLookupSlot to Interpreter. Adds support for deleting a variable in a lookup slot. Adds a new bytecode, its implementation and tests. Also adds support for this bytecode to the bytecode graph builder. BUG=v8:4280 LOG=N Committed: https://crrev.com/6eb00e4ad31030e9eda7fa06b315e8fecd8053e0 Cr-Commit-Position: refs/heads/master@{#33019}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -2 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 chunk +1 line, -1 line 2 comments Download
M src/interpreter/bytecodes.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 chunk +60 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 chunk +41 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
mythria
Orion, could you please review my changes. Benedikt, could you please take a look at ...
5 years ago (2015-12-22 11:22:55 UTC) #2
Benedikt Meurer
LGTM on compiler.
5 years ago (2015-12-22 11:23:33 UTC) #3
oth
lgtm, thanks. https://codereview.chromium.org/1542083002/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1542083002/diff/1/src/interpreter/bytecode-generator.cc#newcode1784 src/interpreter/bytecode-generator.cc:1784: builder()->LoadLiteral(variable->name()).DeleteLookupSlot(); On 2015/12/22 11:22:55, mythria wrote: > ...
5 years ago (2015-12-22 16:00:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1542083002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1542083002/1
5 years ago (2015-12-23 09:10:11 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-23 09:11:20 UTC) #7
commit-bot: I haz the power
5 years ago (2015-12-23 09:12:02 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/6eb00e4ad31030e9eda7fa06b315e8fecd8053e0
Cr-Commit-Position: refs/heads/master@{#33019}

Powered by Google App Engine
This is Rietveld 408576698