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

Unified Diff: src/objects.h

Issue 863633002: Use signaling NaN for holes in fixed double arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix phi? Created 5 years, 11 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 72df9984dd760e9c6d2ab4ec8926dc1870b7b937..8215ec8a7e7e4b198c770a3c08557b81a21df419 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2575,7 +2575,6 @@ class FixedDoubleArray: public FixedArrayBase {
inline static bool is_the_hole_nan(double value);
inline static double hole_nan_as_double();
- inline static double canonical_not_the_hole_nan_as_double();
DECLARE_CAST(FixedDoubleArray)

Powered by Google App Engine
This is Rietveld 408576698