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

Issue 2663963003: [Ignition] Rename New and NewWithSpread bytecodes. (Closed)

Created:
3 years, 10 months ago by petermarshall
Modified:
3 years, 10 months ago
CC:
rmcilroy, v8-reviews_googlegroups.com, Yang
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Ignition] Rename New and NewWithSpread bytecodes. Rename to Construct and ConstructWithSpread, to match the names of the JSOperators used. Unfortunately, I can't find a way for auto-formatting to stay happy unless we change the indentation for the whole BYTECODE_LIST macro. Review-Url: https://codereview.chromium.org/2663963003 Cr-Commit-Position: refs/heads/master@{#42840} Committed: https://chromium.googlesource.com/v8/v8/+/a7ba61fdb56240b0157254a4e56e698a0fcfa4a1

Patch Set 1 #

Total comments: 3

Patch Set 2 : Update comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -341 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 chunk +8 lines, -7 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M src/debug/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug/debug-evaluate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 1 chunk +7 lines, -6 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 2 chunks +284 lines, -284 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CallNew.golden View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/SuperCallAndSpread.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (14 generated)
petermarshall
Ross, WDYT? (No rush, it can wait until you are finished travelling)
3 years, 10 months ago (2017-01-31 15:06:28 UTC) #3
rmcilroy
LGTM once comments are updated, thanks! https://codereview.chromium.org/2663963003/diff/1/src/interpreter/bytecode-array-builder.h File src/interpreter/bytecode-array-builder.h (right): https://codereview.chromium.org/2663963003/diff/1/src/interpreter/bytecode-array-builder.h#newcode221 src/interpreter/bytecode-array-builder.h:221: // Call the ...
3 years, 10 months ago (2017-01-31 20:40:38 UTC) #8
petermarshall
Benedikt, could you take a look for compiler/* please?
3 years, 10 months ago (2017-02-01 08:31:30 UTC) #10
Benedikt Meurer
LGTM, thanks!
3 years, 10 months ago (2017-02-01 08:32:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2663963003/20001
3 years, 10 months ago (2017-02-01 08:37:12 UTC) #17
commit-bot: I haz the power
3 years, 10 months ago (2017-02-01 09:04:12 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/a7ba61fdb56240b0157254a4e56e698a0fc...

Powered by Google App Engine
This is Rietveld 408576698