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

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

Issue 1422503005: [turbofan] Make JSInliner use temporary zone again. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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/js-inlining.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-inlining.h
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
index a77dceb3342da48791ea7b098c3e32fdf4960e98..2ad49842f5774f19e499061bd2db3a1fe403fa95 100644
--- a/src/compiler/js-inlining.h
+++ b/src/compiler/js-inlining.h
@@ -43,9 +43,8 @@ class JSInliner final : public AdvancedReducer {
CompilationInfo* info_;
JSGraph* jsgraph_;
- Node* CreateArgumentsAdaptorFrameState(JSCallFunctionAccessor* call,
- Handle<SharedFunctionInfo> shared_info,
- Zone* temp_zone);
+ Node* CreateArgumentsAdaptorFrameState(
+ JSCallFunctionAccessor* call, Handle<SharedFunctionInfo> shared_info);
Reduction InlineCall(Node* call, Node* context, Node* frame_state,
Node* start, Node* end);
« no previous file with comments | « no previous file | src/compiler/js-inlining.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698