Skip to content
  • Joseph Weston's avatar
    fix reported array basicsize · 7146ff15
    Joseph Weston authored
    this fixes object size calculation. The previous implementation
    did not work in cases where the datatype stored in the tinyarray
    is narrower than a machine word, and the compiler padded
    'Array_base' to be word-aligned.
    7146ff15