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

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

Issue 2836893002: [turbofan] Merge PropertyAccessInfo for compatible field loads. (Closed)
Patch Set: Created 3 years, 8 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 | src/compiler/access-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-info.h
diff --git a/src/compiler/access-info.h b/src/compiler/access-info.h
index 809aa83e474fa624f761e0b34b13b72ea3de3313..7348ce84c08f8c72d1f70824de4e6cab75774d24 100644
--- a/src/compiler/access-info.h
+++ b/src/compiler/access-info.h
@@ -83,7 +83,8 @@ class PropertyAccessInfo final {
PropertyAccessInfo();
- bool Merge(PropertyAccessInfo const* that) WARN_UNUSED_RESULT;
+ bool Merge(PropertyAccessInfo const* that, AccessMode access_mode,
+ Zone* zone) WARN_UNUSED_RESULT;
bool IsNotFound() const { return kind() == kNotFound; }
bool IsDataConstant() const { return kind() == kDataConstant; }
« no previous file with comments | « no previous file | src/compiler/access-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698