Skip to content

Commit

Permalink
64-bit note
Browse files Browse the repository at this point in the history
  • Loading branch information
samoconnor committed Dec 28, 2014
1 parent 25006aa commit c7e4ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devdocs/object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7e4ff7

Please sign in to comment.