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

Issue 1134333005: [strong] Object literals create strong objects (Closed)

Created:
5 years, 7 months ago by rossberg
Modified:
5 years, 7 months ago
CC:
v8-dev, Paweł Hajdan Jr., arv (Not doing code reviews), conradw
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[strong] Object literals create strong objects R=dslomov@chromium.org BUG=v8:3956 LOG=N Committed: https://crrev.com/fe6598cffb82ec4180dcc2e2310e77d07a803f96 Cr-Commit-Position: refs/heads/master@{#28444}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Comments #

Patch Set 3 : Fix caching of array maps #

Patch Set 4 : Test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -50 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 9 chunks +33 lines, -12 lines 0 comments Download
M src/bootstrapper.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M src/parser.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/preparser.h View 5 chunks +8 lines, -2 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-literals.cc View 12 chunks +27 lines, -16 lines 0 comments Download
A test/mjsunit/strong/literals.js View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
D test/mjsunit/strong/objects.js View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
rossberg
5 years, 7 months ago (2015-05-13 16:24:08 UTC) #1
arv (Not doing code reviews)
Does this add any restrictions or is it just about using the Map with the ...
5 years, 7 months ago (2015-05-13 16:39:38 UTC) #3
Dmitry Lomov (no reviews)
Overall looks good but I have one question https://codereview.chromium.org/1134333005/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1134333005/diff/1/src/bootstrapper.cc#newcode1015 src/bootstrapper.cc:1015: CacheInitialJSArrayMaps(native_context(), ...
5 years, 7 months ago (2015-05-18 09:15:57 UTC) #4
rossberg
On 2015/05/13 16:39:38, arv wrote: > Does this add any restrictions or is it just ...
5 years, 7 months ago (2015-05-18 09:32:37 UTC) #5
Dmitry Lomov (no reviews)
lgtm https://codereview.chromium.org/1134333005/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1134333005/diff/1/src/bootstrapper.cc#newcode1015 src/bootstrapper.cc:1015: CacheInitialJSArrayMaps(native_context(), initial_map, false); On 2015/05/18 09:32:37, rossberg wrote: ...
5 years, 7 months ago (2015-05-18 10:56:30 UTC) #6
rossberg
PTAL https://codereview.chromium.org/1134333005/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/1134333005/diff/1/src/bootstrapper.cc#newcode1015 src/bootstrapper.cc:1015: CacheInitialJSArrayMaps(native_context(), initial_map, false); On 2015/05/18 10:56:30, Dmitry Lomov ...
5 years, 7 months ago (2015-05-18 12:01:26 UTC) #7
Dmitry Lomov (no reviews)
lgtm
5 years, 7 months ago (2015-05-18 12:35:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1134333005/60001
5 years, 7 months ago (2015-05-18 12:57:55 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-18 13:23:37 UTC) #11
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/fe6598cffb82ec4180dcc2e2310e77d07a803f96 Cr-Commit-Position: refs/heads/master@{#28444}
5 years, 7 months ago (2015-05-18 13:23:54 UTC) #12
arv (Not doing code reviews)
LGTM
5 years, 7 months ago (2015-05-18 14:50:21 UTC) #13
Michael Achenbach
5 years, 7 months ago (2015-05-19 07:35:54 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1135493006/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Segmentation fault on arm64 with nosnap:
http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20s....

Powered by Google App Engine
This is Rietveld 408576698