Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 0aacd841448c0a24581d1cafdf905d501b66a583..76442699937f3a301bfa659387ce62fac9c2f6cd 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1043,6 +1043,7 @@ class Heap { |
| static const int kNoGCFlags = 0; |
| static const int kMakeHeapIterableMask = 1; |
| static const int kReduceMemoryFootprintMask = 2; |
| + static const int kAbortIncrementalMarkingMask = 4; |
|
ulan
2012/03/07 17:22:26
Consider these flags:
static const int kSweepPreci
Michael Starzinger
2012/03/07 17:50:38
Done.
|
| // Performs a full garbage collection. If (flags & kMakeHeapIterableMask) is |
| // non-zero, then the slower precise sweeper is used, which leaves the heap |