 Chromium Code Reviews
 Chromium Code Reviews Issue 9104039:
  Revert memory saving change due to failures on multithreaded tests  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 9104039:
  Revert memory saving change due to failures on multithreaded tests  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/incremental-marking.cc | 
| =================================================================== | 
| --- src/incremental-marking.cc (revision 10568) | 
| +++ src/incremental-marking.cc (working copy) | 
| @@ -287,7 +287,7 @@ | 
| // It's difficult to filter out slots recorded for large objects. | 
| if (chunk->owner()->identity() == LO_SPACE && | 
| - chunk->size() > Page::kPageSize && | 
| + chunk->size() > static_cast<size_t>(Page::kPageSize) && | 
| is_compacting) { | 
| chunk->SetFlag(MemoryChunk::RESCAN_ON_EVACUATION); | 
| } |