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

Unified Diff: src/compiler/node-properties.h

Issue 1407533004: [turbofan] Fix various issues with --turbo-inlining enabled. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Turn off flag. 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
Index: src/compiler/node-properties.h
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
index 313d3749bb7aed630cb46a931c2b2fa7d2e8728f..f0c1b75ca45239d86410399621cce356697645c4 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -72,6 +72,8 @@ class NodeProperties final {
return IrOpcode::IsPhiOpcode(node->opcode());
}
+ // Determines whether exceptions thrown by the given node are handled locally
+ // within the graph (i.e. an IfException projection is present).
static bool IsExceptionalCall(Node* node);
// ---------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698