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

Issue 1152093003: [strong] create strong array literals (Closed)

Created:
5 years, 6 months ago by conradw
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[strong] create strong array literals Copied, with permission, from https://codereview.chromium.org/1151853003/ Initial patch set is an unmodified copy, rebased on top of related fixes from https://codereview.chromium.org/1158933002/ Subsequent patch sets contain fixes for remaining bugs in the CL. BUG=v8:3956 LOG=N Committed: https://crrev.com/3f5cd321f14fa15e80b71b6f79022d736680ba5a Cr-Commit-Position: refs/heads/master@{#28760}

Patch Set 1 : rossberg initial commit #

Patch Set 2 : Fix issue with default parameters, implicit conversion of enum to int #

Patch Set 3 : Uncomment test behaviour fixed by related CL #

Patch Set 4 : ports for x87, ppc #

Total comments: 8

Patch Set 5 : cl feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -207 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/code-stubs-arm64.cc View 3 chunks +17 lines, -14 lines 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/builtins.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/js-typed-lowering.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.h View 2 chunks +8 lines, -3 lines 0 comments Download
M src/factory.cc View 2 chunks +13 lines, -10 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/globals.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M src/json-parser.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips64/code-stubs-mips64.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ppc/code-stubs-ppc.cc View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M src/ppc/full-codegen-ppc.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 3 chunks +13 lines, -10 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M src/x87/full-codegen-x87.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M test/mjsunit/strong/literals.js View 1 2 7 chunks +136 lines, -99 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
conradw
PTAL
5 years, 6 months ago (2015-05-28 14:11:05 UTC) #2
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/1152093003/diff/60001/src/globals.h File src/globals.h (right): https://codereview.chromium.org/1152093003/diff/60001/src/globals.h#newcode230 src/globals.h:230: FIRM // strong object Why not STRONG? https://codereview.chromium.org/1152093003/diff/60001/src/isolate.h ...
5 years, 6 months ago (2015-05-28 16:11:45 UTC) #3
conradw
https://codereview.chromium.org/1152093003/diff/60001/src/globals.h File src/globals.h (right): https://codereview.chromium.org/1152093003/diff/60001/src/globals.h#newcode230 src/globals.h:230: FIRM // strong object On 2015/05/28 16:11:44, arv wrote: ...
5 years, 6 months ago (2015-05-29 11:38:30 UTC) #4
rossberg
Thanks for finalising the CL! LGTM https://codereview.chromium.org/1152093003/diff/60001/test/mjsunit/strong/literals.js File test/mjsunit/strong/literals.js (left): https://codereview.chromium.org/1152093003/diff/60001/test/mjsunit/strong/literals.js#oldcode285 test/mjsunit/strong/literals.js:285: class F extends ...
5 years, 6 months ago (2015-06-01 11:31:24 UTC) #5
rossberg
Toon should have a look as well, added him as a reviewer.
5 years, 6 months ago (2015-06-01 11:32:53 UTC) #8
rossberg
On 2015/06/01 11:32:53, rossberg wrote: > Toon should have a look as well, added him ...
5 years, 6 months ago (2015-06-02 09:35:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152093003/80001
5 years, 6 months ago (2015-06-02 10:55:13 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-02 11:46:10 UTC) #15
commit-bot: I haz the power
5 years, 6 months ago (2015-06-02 11:46:22 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3f5cd321f14fa15e80b71b6f79022d736680ba5a
Cr-Commit-Position: refs/heads/master@{#28760}

Powered by Google App Engine
This is Rietveld 408576698