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

dump: ensure Array eltype layout is initialized early #37594

Merged
merged 1 commit into from
Sep 21, 2020

Commits on Sep 15, 2020

  1. dump: ensure Array eltype layout is initialized early

    Deserializing an array needs to examine the element type (tparam0)
    layout. Usually we know the layout of a DataType is initialized early
    (when present). This also ensures that the path to it is initialized
    (for our case where it may be inline allocated with interior pointers).
    vtjnash committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    75e7a72 View commit details
    Browse the repository at this point in the history