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

Issue 14257006: MIPS: Fix NaN handling for start index in ArraySplice. (Closed)

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

Description

MIPS: Fix NaN handling for start index in ArraySplice. Casting NaN to int is unpredictable, on different architectures it produces different int value. TEST=test262/S15.4.4.10_A2.1_T2, S15.4.4.10_A2.2_T2, S15.4.4.12_A2.1_T2 BUG= Committed: http://code.google.com/p/v8/source/detail?r=14426

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
dusmil
7 years, 8 months ago (2013-04-23 13:22:04 UTC) #1
Paul Lind
lgtm, Michael or Toon, could you PTAL? This is outside the mips arch code.
7 years, 8 months ago (2013-04-23 15:13:09 UTC) #2
Toon Verwaest
LGTM
7 years, 8 months ago (2013-04-24 11:27:07 UTC) #3
Paul Lind
7 years, 8 months ago (2013-04-24 19:13:05 UTC) #4
Committed manually as r14426 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698