 Chromium Code Reviews
 Chromium Code Reviews Issue 65043006:
  Simplify current inline allocation tracking mechanism.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 65043006:
  Simplify current inline allocation tracking mechanism.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/heap.cc | 
| diff --git a/src/heap.cc b/src/heap.cc | 
| index 8eb8ae24b2b01ca992b2182b93c8196eea117e6d..2ba39198e1489427b56b57193ea04556695882e0 100644 | 
| --- a/src/heap.cc | 
| +++ b/src/heap.cc | 
| @@ -840,9 +840,7 @@ static bool AbortIncrementalMarkingAndCollectGarbage( | 
| } | 
| -void Heap::ReserveSpace( | 
| - int *sizes, | 
| - Address *locations_out) { | 
| +void Heap::ReserveSpace(int *sizes, Address *locations_out) { | 
| bool gc_performed = true; | 
| int counter = 0; | 
| static const int kThreshold = 20; |