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

Issue 150663009: MIPS: Avoid embedding x86 NaN constant in code when snapshot is created. (Closed)

Created:
6 years, 10 months ago by dusmil
Modified:
6 years, 10 months ago
Reviewers:
kisg, Paul Lind, palfia, kilvadyb
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Avoid embedding x86 NaN constant in code when snapshot is created. Due to a different NaN representation on MIPS, the canonical nan constant embedded in generated code that comes from snapshot will differ from the one used on MIPS hardware. TEST=mozilla/ecma/Array/15.4.4.2.js BUG= Committed: https://code.google.com/p/v8/source/detail?r=19118

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dusmil
6 years, 10 months ago (2014-02-05 16:20:12 UTC) #1
Paul Lind
lgtm
6 years, 10 months ago (2014-02-05 18:56:32 UTC) #2
Paul Lind
6 years, 10 months ago (2014-02-05 18:59:12 UTC) #3
Committed as r19118.

Powered by Google App Engine
This is Rietveld 408576698