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

Unified Diff: src/compiler/greedy-allocator.h

Issue 1372213005: [turbofan] Greedy: smarter last resort splitting. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months 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/compiler/greedy-allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/greedy-allocator.h
diff --git a/src/compiler/greedy-allocator.h b/src/compiler/greedy-allocator.h
index b7398b38622a1a6855d2dc8935c059015fc264bc..45bbd87da894b9e9a300bbc95ea947ede4cde3e7 100644
--- a/src/compiler/greedy-allocator.h
+++ b/src/compiler/greedy-allocator.h
@@ -185,6 +185,10 @@ class GreedyAllocator final : public RegisterAllocator {
// between spill ranges of group members.
void TryReuseSpillRangesForGroups();
+ LifetimePosition GetLastResortSplitPosition(const LiveRange* range);
+
+ bool IsProgressPossible(const LiveRange* range);
+
// Necessary heuristic: spill when all else failed.
void SpillRangeAsLastResort(LiveRange* range);
« no previous file with comments | « no previous file | src/compiler/greedy-allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698