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

Unified Diff: src/compiler/access-info.cc

Issue 1448343002: [turbofan] Finish support for holey double elements backing stores. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | src/compiler/js-native-context-specialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-info.cc
diff --git a/src/compiler/access-info.cc b/src/compiler/access-info.cc
index 2703e8cc83dcade5f0beeb45a70b5d5a661d431c..4748023c16c7d1ff9cb460fb90a919d9721f78c6 100644
--- a/src/compiler/access-info.cc
+++ b/src/compiler/access-info.cc
@@ -141,11 +141,6 @@ bool AccessInfoFactory::ComputeElementAccessInfo(
if (!CanInlineElementAccess(map)) return false;
ElementsKind const elements_kind = map->elements_kind();
- if (access_mode == AccessMode::kLoad &&
- elements_kind == FAST_HOLEY_DOUBLE_ELEMENTS) {
- // TODO(bmeurer): Add support for holey loads.
- return false;
- }
// Certain (monomorphic) stores need a prototype chain check because shape
// changes could allow callbacks on elements in the chain that are not
« no previous file with comments | « no previous file | src/compiler/js-native-context-specialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698