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

Issue 228643002: Make new space iterable when transitioning double array to objects (Closed)

Created:
6 years, 8 months ago by Jarin
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make new space iterable when transitioning double array to objects R=hpayer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20603

Patch Set 1 #

Total comments: 4

Patch Set 2 : Replace Smi(0) with one-map-filler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -8 lines) Patch
M src/arm/codegen-arm.cc View 1 3 chunks +11 lines, -2 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 1 2 chunks +11 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 3 chunks +12 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 3 chunks +15 lines, -2 lines 0 comments Download
A test/mjsunit/regress/regress-transition-elements-heap-verification.js View 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jarin
6 years, 8 months ago (2014-04-08 13:36:30 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/228643002/diff/1/src/arm/codegen-arm.cc File src/arm/codegen-arm.cc (right): https://codereview.chromium.org/228643002/diff/1/src/arm/codegen-arm.cc#newcode610 src/arm/codegen-arm.cc:610: __ mov(r0, Operand(Smi::FromInt(0))); In allocation folding, we store the ...
6 years, 8 months ago (2014-04-08 14:19:27 UTC) #2
Jarin
Yes, it is worrisome that the test is so brittle - it has to trigger ...
6 years, 8 months ago (2014-04-08 21:04:16 UTC) #3
Hannes Payer (out of office)
LGTM
6 years, 8 months ago (2014-04-09 08:22:06 UTC) #4
Jarin
6 years, 8 months ago (2014-04-09 09:50:24 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20603 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698