| Index: src/store-buffer.h
|
| diff --git a/src/store-buffer.h b/src/store-buffer.h
|
| index 514534a1ed72c5af95827ffd3926ad90f497e976..520cbc01626b698607928dbd83638ba220096fb2 100644
|
| --- a/src/store-buffer.h
|
| +++ b/src/store-buffer.h
|
| @@ -160,7 +160,7 @@ class StoreBuffer {
|
|
|
| void ClearFilteringHashSets();
|
|
|
| - void CheckForFullBuffer();
|
| + bool SpaceAvailable(intptr_t space_needed);
|
| void Uniq();
|
| void ExemptPopularPages(int prime_sample_step, int threshold);
|
|
|
| @@ -223,7 +223,6 @@ class StoreBufferRebuildScope {
|
| ~StoreBufferRebuildScope() {
|
| store_buffer_->callback_ = stored_callback_;
|
| store_buffer_->store_buffer_rebuilding_enabled_ = stored_state_;
|
| - store_buffer_->CheckForFullBuffer();
|
| }
|
|
|
| private:
|
|
|