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

Issue 1410953003: [Interpreter] Adds delete operator to interpreter. (Closed)

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

Description

[Interpreter] Adds delete operator to interpreter. Adds support for delete operator, it's implementation and tests. Adds tests for the following unary operators -BitwiseNot -Add -Sub BUG=v8:4280 LOG=N Committed: https://crrev.com/95e26ec423fa5ac6375dc6950e8c31d494aba334 Cr-Commit-Position: refs/heads/master@{#31620}

Patch Set 1 #

Total comments: 37

Patch Set 2 : Added more tests for delete and addressed review comments #

Total comments: 34

Patch Set 3 : Adds tests for deleting global variables #

Patch Set 4 : rebased the patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+530 lines, -2 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 1 chunk +63 lines, -2 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 3 2 chunks +224 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 1 chunk +163 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
mythria
Hi, I added support for delete operator. Could you please review the changes. I will ...
5 years, 2 months ago (2015-10-21 12:20:50 UTC) #2
rmcilroy
https://codereview.chromium.org/1410953003/diff/1/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (right): https://codereview.chromium.org/1410953003/diff/1/src/interpreter/bytecode-array-builder.cc#newcode638 src/interpreter/bytecode-array-builder.cc:638: Bytecode bytecode = (language_mode == STRICT) Could you move ...
5 years, 2 months ago (2015-10-21 14:52:55 UTC) #6
mythria
Can you please review my changes. I am not sure it is easy to see ...
5 years, 1 month ago (2015-10-23 14:48:01 UTC) #7
rmcilroy
Looks good overall, a bunch of comments, but most are just nits. https://codereview.chromium.org/1410953003/diff/20001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc ...
5 years, 1 month ago (2015-10-26 14:31:07 UTC) #8
mythria
Could you review my changes. Thanks and Regards, Mythri https://codereview.chromium.org/1410953003/diff/20001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/1410953003/diff/20001/src/interpreter/bytecode-generator.cc#newcode1385 src/interpreter/bytecode-generator.cc:1385: ...
5 years, 1 month ago (2015-10-27 10:50:48 UTC) #9
rmcilroy
LGTM, thanks!
5 years, 1 month ago (2015-10-27 12:09:18 UTC) #10
mythria
Could you please review my changes. This cl adds support for delete operator and also ...
5 years, 1 month ago (2015-10-27 13:02:05 UTC) #12
Benedikt Meurer
LGTM
5 years, 1 month ago (2015-10-28 05:00:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1410953003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1410953003/60001
5 years, 1 month ago (2015-10-28 09:48:24 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-10-28 09:49:26 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-10-28 09:50:02 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/95e26ec423fa5ac6375dc6950e8c31d494aba334
Cr-Commit-Position: refs/heads/master@{#31620}

Powered by Google App Engine
This is Rietveld 408576698