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

cleanup: remove zero-offset GEP #122051

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Commits on Mar 6, 2024

  1. remove all-zero GEP

    This always produces zero offset, regardless of what the struct layout
    is.
    
    Originally, this may have been necessary in order to change the pointer type,
    but with opaque pointers, it is no longer necessary.
    erikdesjardins committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    efe5a40 View commit details
    Browse the repository at this point in the history