Chromium Code Reviews

Unified Diff: src/objects.h

Issue 1141523002: Implement unaligned allocate and allocate heap numbers in runtime double unaligned. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 2172695e78030f8d8a6254a3eba886fba21106cd..eb978b968732692531bc31caed9dfbc4663edadf 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1481,6 +1481,7 @@ class HeapObject: public Object {
#endif
inline bool NeedsToEnsureDoubleAlignment();
+ inline bool NeedsToEnsureDoubleUnalignment();
// Layout description.
// First field in a heap object is map.

Powered by Google App Engine