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

Issue 2188433002: Fix 'Fix [turbofan] Prevent storing signalling NaNs into holey double arrays.' (Closed)

Created:
4 years, 4 months ago by balazs.kilvady
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix 'Fix [turbofan] Prevent storing signalling NaNs into holey double arrays.' Port 52f2ceb052f63324050c7a098e4398f510b54763 Original commit message: On MIPS different signaling NaN values must be used for hardware and simulator targets, even at snapshot generation when always simulator is used. This introduces SilenceNaN operator, which makes sure that we only store quiet NaNs into holey arrays. We omit the NaN silencing code at instruction selection time if the input is an operation that cannot possibly produce signalling NaNs. BUG= TEST=mjsunit/compiler/regress-store-holey-double-array Committed: https://crrev.com/d30070d3222232c99377f577a503cb89a07faf5a Cr-Commit-Position: refs/heads/master@{#38090}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -30 lines) Patch
M gypfiles/toolchain.gypi View 1 chunk +35 lines, -16 lines 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 chunk +2 lines, -12 lines 0 comments Download
M src/globals.h View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
balazs.kilvady
4 years, 4 months ago (2016-07-26 16:23:00 UTC) #3
Michael Achenbach
LGTM. For the future I suggest having fixes in separate patchsets. Makes reviewing much easier. ...
4 years, 4 months ago (2016-07-26 19:19:21 UTC) #4
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/2188433002/1
4 years, 4 months ago (2016-07-27 10:32:05 UTC) #6
balazs.kilvady
On 2016/07/26 19:19:21, Michael Achenbach (slow) wrote: > LGTM. > > For the future I ...
4 years, 4 months ago (2016-07-27 10:35:41 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-07-27 10:55:26 UTC) #9
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 10:57:23 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d30070d3222232c99377f577a503cb89a07faf5a
Cr-Commit-Position: refs/heads/master@{#38090}

Powered by Google App Engine
This is Rietveld 408576698