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

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: REBASE. 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') | src/heap/heap.cc » ('J')
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 3d02debcd3d127fc2948216dd2460c9f7d314f63..e81c02c40a8936b36d6fb91878255a81505cfd73 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') | src/heap/heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698