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

Issue 2631123002: [crankshaft][runtime] Initialize uninitialized double fields with hole NaN value instead of 0.0. (Closed)

Created:
3 years, 11 months ago by Igor Sheludko
Modified:
3 years, 11 months ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[crankshaft][runtime] Initialize uninitialized double fields with hole NaN value instead of 0.0. ... and ensure that we do a full store when we overwrite uninitialized values. This cleanup is necessary for checking that constant field tracking works as expected (once landed). BUG=v8:5495 Review-Url: https://codereview.chromium.org/2631123002 Cr-Commit-Position: refs/heads/master@{#42369} Committed: https://chromium.googlesource.com/v8/v8/+/46134ff4b0ac6ff413e28748788cdc1294fbf69d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -15 lines) Patch
M src/crankshaft/hydrogen.h View 1 3 chunks +15 lines, -1 line 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/factory.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/json-parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 5 chunks +6 lines, -7 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/value-serializer.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
Igor Sheludko
PTAL
3 years, 11 months ago (2017-01-16 09:33:11 UTC) #5
Toon Verwaest
minor comment https://codereview.chromium.org/2631123002/diff/1/src/crankshaft/hydrogen.cc File src/crankshaft/hydrogen.cc (right): https://codereview.chromium.org/2631123002/diff/1/src/crankshaft/hydrogen.cc#newcode5764 src/crankshaft/hydrogen.cc:5764: if (IsTransition()) return INITIALIZING_STORE; if IsTransition() is ...
3 years, 11 months ago (2017-01-16 11:53:31 UTC) #8
Igor Sheludko
https://codereview.chromium.org/2631123002/diff/1/src/crankshaft/hydrogen.cc File src/crankshaft/hydrogen.cc (right): https://codereview.chromium.org/2631123002/diff/1/src/crankshaft/hydrogen.cc#newcode5764 src/crankshaft/hydrogen.cc:5764: if (IsTransition()) return INITIALIZING_STORE; On 2017/01/16 11:53:31, Toon Verwaest ...
3 years, 11 months ago (2017-01-16 12:02:59 UTC) #12
Toon Verwaest
lgtm
3 years, 11 months ago (2017-01-16 12:11:36 UTC) #13
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/2631123002/40001
3 years, 11 months ago (2017-01-16 12:13:48 UTC) #16
commit-bot: I haz the power
3 years, 11 months ago (2017-01-16 12:26:16 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/46134ff4b0ac6ff413e28748788cdc1294f...

Powered by Google App Engine
This is Rietveld 408576698