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

Unified Diff: src/ast-numbering.cc

Issue 1461603002: [turbofan] Ship TurboFan with spread expressions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_fix-osr-in-literal-4
Patch Set: Rebased. Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-numbering.cc
diff --git a/src/ast-numbering.cc b/src/ast-numbering.cc
index 8479191b5e9b44cfd00cf1b5010401f4f666966b..20a091f1fac509920d36e1b83ffdf9bd221c5085 100644
--- a/src/ast-numbering.cc
+++ b/src/ast-numbering.cc
@@ -373,7 +373,7 @@ void AstNumberingVisitor::VisitCompareOperation(CompareOperation* node) {
void AstNumberingVisitor::VisitSpread(Spread* node) {
IncrementNodeCount();
- DisableOptimization(kSpread);
+ DisableCrankshaft(kSpread);
Visit(node->expression());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698