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

Unified Diff: src/parsing/preparser.cc

Issue 1708193003: Reduce the memory footprint of expression classifiers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Improve expression classifier accumulate Created 4 years, 7 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
« src/parsing/parser-base.h ('K') | « src/parsing/preparser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparser.cc
diff --git a/src/parsing/preparser.cc b/src/parsing/preparser.cc
index 0a091c60a45e234a98fefd3e3149cac62eb25794..d147a23858bf5c833e5f3609deb658239d7d6f0b 100644
--- a/src/parsing/preparser.cc
+++ b/src/parsing/preparser.cc
@@ -629,7 +629,6 @@ PreParser::Statement PreParser::ParseExpressionOrLabelledStatement(
ReportUnexpectedToken(Next());
*ok = false;
return Statement::Default();
-
adamk 2016/06/06 20:51:02 Looks like you've got a spurious whitespace change
nickie 2016/06/08 11:38:46 Reverting it.
default:
break;
}
« src/parsing/parser-base.h ('K') | « src/parsing/preparser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698