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

Unified Diff: src/compiler/escape-analysis.cc

Issue 2766383003: [turbofan] escape analysis: revisit of uses afer FinishRegion marked as escaped (Closed)
Patch Set: repro Created 3 years, 9 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 | test/mjsunit/compiler/escape-analysis-15.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/escape-analysis.cc
diff --git a/src/compiler/escape-analysis.cc b/src/compiler/escape-analysis.cc
index e96f3134f8f4287ddf0986b7a744d4dc3f565ec5..451471247da9c0730d1e8a72d2f0fa1b54783470 100644
--- a/src/compiler/escape-analysis.cc
+++ b/src/compiler/escape-analysis.cc
@@ -881,6 +881,7 @@ void EscapeStatusAnalysis::ProcessFinishRegion(Node* node) {
}
if (CheckUsesForEscape(node, true)) {
RevisitInputs(node);
+ RevisitUses(node);
}
}
« no previous file with comments | « no previous file | test/mjsunit/compiler/escape-analysis-15.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698