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

Unified Diff: src/ast.h

Issue 1424153003: VectorICs: Remove --vector-stores flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Response to Hannes comment. 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 | « src/arm64/code-stubs-arm64.cc ('k') | src/ast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index 14f71a6cc28bfb03e95f2f767c97cce90727542d..a60c1503edc1f9e8f580aaf785e4fe0c98666267 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -2690,7 +2690,7 @@ class ClassLiteral final : public Expression {
FeedbackVectorSlotCache* cache) override;
bool NeedsProxySlot() const {
- return FLAG_vector_stores && class_variable_proxy() != nullptr &&
+ return class_variable_proxy() != nullptr &&
class_variable_proxy()->var()->IsUnallocated();
}
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/ast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698