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

Unified Diff: src/compiler/js-inlining.h

Issue 1221103003: [turbofan] Move context specialization into JSContextSpecializer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix predicate. Created 5 years, 6 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
Index: src/compiler/js-inlining.h
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
index 515681f06e0ed70ed966cfbe11c2964ae7d97064..b075024dd372f440cfaf634a902f00613f2f0b41 100644
--- a/src/compiler/js-inlining.h
+++ b/src/compiler/js-inlining.h
@@ -38,7 +38,8 @@ class JSInliner final : public AdvancedReducer {
Handle<SharedFunctionInfo> shared_info,
Zone* temp_zone);
- Reduction InlineCall(Node* call, Node* frame_state, Node* start, Node* end);
+ Reduction InlineCall(Node* call, Node* context, Node* frame_state,
+ Node* start, Node* end);
};
} // namespace compiler

Powered by Google App Engine
This is Rietveld 408576698