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

Convert pointers in a couple tables to relative #78801

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 24, 2022

  1. Convert pointers in a couple tables to relative

    `EmbeddedPointerIndirection` is used in:
    
    * Array of pointers to dispatch maps
    * Array of pointers to GC static infos
    * Array of pointers to eager constructors
    
    I'm also updating array of module initializers emission since the code to interpret this table at runtime is the same as eager constructors.
    MichalStrehovsky committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    598d130 View commit details
    Browse the repository at this point in the history