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

Issue 10068006: MIPS: NaNs in the snapshot should be quiet according (Closed)

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

Description

MIPS: NaNs in the snapshot should be quiet according to the MIPS FPU even when cross-building the snapshot. This is based on code from Daniel Kalmar from http://codereview.chromium.org/9910029/ Committed: https://code.google.com/p/v8/source/detail?r=11283

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M src/assembler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +15 lines, -0 lines 1 comment Download
M src/serialize.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 8 months ago (2012-04-12 09:19:21 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 8 months ago (2012-04-12 09:22:05 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10068006/diff/1/src/mips/assembler-mip...
File src/mips/assembler-mips.cc (right):

https://chromiumcodereview.appspot.com/10068006/diff/1/src/mips/assembler-mip...
src/mips/assembler-mips.cc:2150: Address value_ptr = object->address() +
HeapNumber::kValueOffset;
please comment why accessors do not work.

Powered by Google App Engine
This is Rietveld 408576698