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

Only write out metadata for items that are actually reachable from outside #1934

Closed
marijnh opened this issue Mar 6, 2012 · 0 comments
Closed

Comments

@marijnh
Copy link
Contributor

marijnh commented Mar 6, 2012

Non-inline non-exported stuff, or stuff that is inline but not called by any other inline, exported code, should not be written to the crate metadata. This should reduce the amount of unused metadata (which will be especially important when we start serializing all generics).

@ghost ghost assigned marijnh Mar 6, 2012
marijnh added a commit that referenced this issue Mar 6, 2012
This is needed because the reachability checker needs to be able to
follow exports.

Issue #1934
@marijnh marijnh closed this as completed in fb61b8f Mar 6, 2012
@marijnh marijnh removed their assignment Jun 16, 2014
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant