From c7e4ff709246dabb476f728425bb7834ecac286b Mon Sep 17 00:00:00 2001 From: Sam O'Connor Date: Sun, 28 Dec 2014 18:39:11 +1100 Subject: [PATCH] 64-bit note --- doc/devdocs/object.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/object.rst b/doc/devdocs/object.rst index 5f20250dd938a..52689819696bd 100644 --- a/doc/devdocs/object.rst +++ b/doc/devdocs/object.rst @@ -34,7 +34,7 @@ objects contained by the tuple (or an array of raw values for un-boxed bitstype } jl_tuple_t; e.g. a "boxed" uint16_t (created by :func:`jl_box_uint16`) is stored as -follows:: +follows (assuming machine is 64-bit):: struct { struct _jl_value_t *type; -- 8 bytes