Chromium Code Reviews| Index: src/mark-compact.h |
| diff --git a/src/mark-compact.h b/src/mark-compact.h |
| index 2613a3e13516ec726a207280b3970fd0b5f1d9fb..1d5dae762ebabad75af9c9ee3b7a0435da45730b 100644 |
| --- a/src/mark-compact.h |
| +++ b/src/mark-compact.h |
| @@ -740,6 +740,8 @@ class MarkCompactCollector { |
| bool was_marked_incrementally_; |
| + bool sweeping_pending_; |
|
Michael Starzinger
2013/02/13 15:16:11
Please add a short comment to this predicate expla
Hannes Payer (out of office)
2013/02/13 15:20:58
Done.
|
| + |
| // A pointer to the current stack-allocated GC tracer object during a full |
| // collection (NULL before and after). |
| GCTracer* tracer_; |