Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make jl_datatype_size reflect non-padded field size #46322

Closed
wants to merge 1 commit into from

Commits on Aug 12, 2022

  1. Make jl_datatype_size reflect non-padded field size

    Padding is then added when creating the struct layout, but otherwise
    the memory layout should be unchanged. This is an alternative to
    the proposal in #46260. LLVM size and julia size should now be
    aligned.
    Keno committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    663ece2 View commit details
    Browse the repository at this point in the history