 Chromium Code Reviews
 Chromium Code Reviews Issue 10068006:
  MIPS: NaNs in the snapshot should be quiet according  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 10068006:
  MIPS: NaNs in the snapshot should be quiet according  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/serialize.cc | 
| =================================================================== | 
| --- src/serialize.cc (revision 11280) | 
| +++ src/serialize.cc (working copy) | 
| @@ -1444,6 +1444,8 @@ | 
| sink_->PutSection(space, "NewPageSpace"); | 
| } | 
| + if (object_->IsNaN()) Assembler::QuietNaN(object_); | 
| + | 
| // Serialize the map (first word of the object). | 
| serializer_->SerializeObject(object_->map(), kPlain, kStartOfObject); |