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

Unified Diff: src/compiler/load-elimination.h

Issue 2182973004: [turbofan] Track up to 32 fields for LoadElimination. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@TurboFan_GenericLowering
Patch Set: Created 4 years, 5 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
« 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/compiler/load-elimination.h
diff --git a/src/compiler/load-elimination.h b/src/compiler/load-elimination.h
index 4b5cf4e2be2e41843ed29a33f7e955c81bbc0881..72da0d38a0bc4ee52e1bdbbe0029b5769e0ec691 100644
--- a/src/compiler/load-elimination.h
+++ b/src/compiler/load-elimination.h
@@ -107,7 +107,7 @@ class LoadElimination final : public AdvancedReducer {
ZoneMap<Node*, Node*> info_for_node_;
};
- static size_t const kMaxTrackedFields = 16;
+ static size_t const kMaxTrackedFields = 32;
class AbstractState final : public ZoneObject {
public:
« 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