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

Unified Diff: src/compiler/pipeline.cc

Issue 1406113008: [turbofan] Fix inlining with --trace-turbo flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/pipeline.cc
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
index 22c90e2a03a06445644afd62dc46ff9f5ccffc67..9a8b6e8b6c1cff6c3e22bf4c077b8c305d3169c1 100644
--- a/src/compiler/pipeline.cc
+++ b/src/compiler/pipeline.cc
@@ -393,6 +393,8 @@ class SourcePositionWrapper final : public Reducer {
return reducer_->Reduce(node);
}
+ void Finalize() final { reducer_->Finalize(); }
+
private:
Reducer* const reducer_;
SourcePositionTable* const table_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698