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

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

Issue 2216353002: [turbofan] Also inline into try blocks. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@p5-base
Patch Set: Created 4 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
Index: src/compiler/js-inlining.h
diff --git a/src/compiler/js-inlining.h b/src/compiler/js-inlining.h
index bb4cb9dd631b000453de42f3851c7e5e5f546b70..b3203af5ff704dd1dfacee430394aef6af914329 100644
--- a/src/compiler/js-inlining.h
+++ b/src/compiler/js-inlining.h
@@ -53,7 +53,8 @@ class JSInliner final : public AdvancedReducer {
Node* CreateTailCallerFrameState(Node* node, Node* outer_frame_state);
Reduction InlineCall(Node* call, Node* new_target, Node* context,
- Node* frame_state, Node* start, Node* end);
+ Node* frame_state, Node* start, Node* end,
+ Node* exceptionTarget, NodeVector uncaught_subcalls);
Jarin 2016/08/05 14:04:48 exceptionTarget -> exception_target
bgeron 2016/08/08 09:30:06 Done.
};
} // namespace compiler

Powered by Google App Engine
This is Rietveld 408576698