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

Introduce -Zsplit-metadata option #120855

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2024

  1. Introduce -Zsplit-metadata option

    This will split the crate metadata out of library files. Instead only
    the svh is preserved to allow for loading the right rmeta file. This
    significicantly reduces library size. In addition it allows for cheaper
    checks if different library files are the same crate.
    bjorn3 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e1be9ca View commit details
    Browse the repository at this point in the history
  2. Fix stdlib building

    bjorn3 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d292dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d093c9d View commit details
    Browse the repository at this point in the history