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

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

Issue 2303643002: [turbofan] Don't treat the hole NaN as constant inside the compiler. (Closed)
Patch Set: Created 4 years, 4 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 | « src/assembler.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index 94ed0f7edd3e59635e79013cf136963807056d71..50932ce06010efeaf7ea73c2eb0cbae03cea40c4 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -18,6 +18,12 @@ namespace compiler {
class AccessBuilder final : public AllStatic {
public:
// ===========================================================================
+ // Access to external values (based on external references).
+
+ // Provides access to a double field identified by an external reference.
+ static FieldAccess ForExternalDoubleValue();
+
+ // ===========================================================================
// Access to heap object fields and elements (based on tagged pointer).
// Provides access to HeapObject::map() field.
« no previous file with comments | « src/assembler.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698