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

Unified Diff: src/compiler/instruction.cc

Issue 1305393003: [turbofan] Deferred blocks splintering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | « src/compiler/instruction.h ('k') | src/compiler/live-range-separator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/instruction.cc
diff --git a/src/compiler/instruction.cc b/src/compiler/instruction.cc
index 9aebb9a17a5389d2f7c0fbb3f45715c2c137a8cf..1f6f7c9333e1d5e5feacd9a71e22b0f72d1dc0e1 100644
--- a/src/compiler/instruction.cc
+++ b/src/compiler/instruction.cc
@@ -417,7 +417,8 @@ InstructionBlock::InstructionBlock(Zone* zone, RpoNumber rpo_number,
handler_(handler),
needs_frame_(false),
must_construct_frame_(false),
- must_deconstruct_frame_(false) {}
+ must_deconstruct_frame_(false),
+ last_deferred_(RpoNumber::Invalid()) {}
size_t InstructionBlock::PredecessorIndexOf(RpoNumber rpo_number) const {
« no previous file with comments | « src/compiler/instruction.h ('k') | src/compiler/live-range-separator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698