Chromium Code Reviews| Index: src/store-buffer.cc |
| =================================================================== |
| --- src/store-buffer.cc (revision 7889) |
| +++ src/store-buffer.cc (working copy) |
| @@ -371,9 +371,6 @@ |
| old_top_ = old_start_; |
| { |
| DontMoveStoreBufferEntriesScope scope(this); |
| - if (FLAG_trace_gc) { |
| - PrintF("Store buffer: %d entries\n", limit - old_start_); |
| - } |
| for (Address* current = old_start_; current < limit; current++) { |
| #ifdef DEBUG |
| Address* saved_top = old_top_; |