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

Unified Diff: src/compiler/escape-analysis.cc

Issue 2735633003: [turbofan] Teach escape analysis about ObjectIsNaN. (Closed)
Patch Set: Created 3 years, 9 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 | test/mjsunit/regress/regress-crbug-698607.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/escape-analysis.cc
diff --git a/src/compiler/escape-analysis.cc b/src/compiler/escape-analysis.cc
index 2e5e8bf01200b6be5ec83e1fa1ed9172bb9021d3..f94c01d05369f1806d14a4c9710fc3b09aef97ec 100644
--- a/src/compiler/escape-analysis.cc
+++ b/src/compiler/escape-analysis.cc
@@ -840,6 +840,7 @@ bool EscapeStatusAnalysis::CheckUsesForEscape(Node* uses, Node* rep,
case IrOpcode::kStringCharCodeAt:
case IrOpcode::kStringIndexOf:
case IrOpcode::kObjectIsDetectableCallable:
+ case IrOpcode::kObjectIsNaN:
case IrOpcode::kObjectIsNonCallable:
case IrOpcode::kObjectIsNumber:
case IrOpcode::kObjectIsReceiver:
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-crbug-698607.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698