Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: src/heap/heap.cc

Issue 1427973006: [heap] make inline allocation step size dynamic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/heap/spaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index bcec8006331b63550a0aa5f7b90bb7f9c07df6c4..5d9214cbc06b6bdb3d68e899a34174e3ee105ba6 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -1736,7 +1736,7 @@ void Heap::Scavenge() {
// We start a new step without accounting the objects copied into to space
// as those are not allocations.
- new_space_.UpdateInlineAllocationLimitStep();
+ new_space_.StartNextInlineAllocationStep();
array_buffer_tracker()->FreeDead(true);
« no previous file with comments | « no previous file | src/heap/spaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698