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

Issue 54333003: Remove CreateArrayLiteralShallow (Closed)

Created:
7 years, 1 month ago by mvstanton
Modified:
7 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Remove CreateArrayLiteralShallow, as it's fundamentally the same now as CreateArrayLiteral. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17470

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code comments and a test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -60 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/objects.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 1 1 chunk +0 lines, -26 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Michael, we chatted about this earlier, PTAL, thx! --Michael
7 years, 1 month ago (2013-10-31 13:20:25 UTC) #1
Michael Starzinger
Looking good, love this simplification. Just one comment. https://codereview.chromium.org/54333003/diff/1/src/objects.cc File src/objects.cc (left): https://codereview.chromium.org/54333003/diff/1/src/objects.cc#oldcode5840 src/objects.cc:5840: isolate->counters()->cow_arrays_created_runtime()->Increment(); ...
7 years, 1 month ago (2013-11-04 14:12:03 UTC) #2
mvstanton
Thx for the comments, updated, along with a test. --Michael https://codereview.chromium.org/54333003/diff/1/src/objects.cc File src/objects.cc (left): https://codereview.chromium.org/54333003/diff/1/src/objects.cc#oldcode5840 ...
7 years, 1 month ago (2013-11-04 14:47:15 UTC) #3
Michael Starzinger
LGTM.
7 years, 1 month ago (2013-11-04 14:54:08 UTC) #4
mvstanton
7 years, 1 month ago (2013-11-05 09:55:12 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r17470 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698