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

kill the fake provided method stubs #28778

Merged
merged 1 commit into from
Oct 1, 2015
Merged

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented Sep 30, 2015

this simplifies the code while reducing the size of libcore.rlib by
3.3 MiB (~1M of which is bloat a separate patch of mine removes
too), while reducing rustc memory usage on small crates by 18MiB.

This also simplifies the code considerably.

I have measured a small, but possibly insignificant, bootstrap performance improvement, and the memory savings grow to about 30M for larger crates (but that is still less as a percentage).

r? @eddyb

this simplifies the code while reducing the size of libcore.rlib by
3.3 MiB (~1M of which is bloat a separate patch of mine removes
too), while reducing rustc memory usage on small crates by 18MiB.

This also simplifies the code considerably.
@eddyb
Copy link
Member

eddyb commented Sep 30, 2015

cc @nikomatsakis I believe you had to adapt this code in #28742.

@bors r+

@bors
Copy link
Contributor

bors commented Sep 30, 2015

📌 Commit 709ce9f has been approved by eddyb

@nikomatsakis
Copy link
Contributor

🎆 I've been wanting to remove those for a long time (more or less since they were added).

@bors
Copy link
Contributor

bors commented Oct 1, 2015

⌛ Testing commit 709ce9f with merge 78edd4f...

bors added a commit that referenced this pull request Oct 1, 2015
this simplifies the code while reducing the size of libcore.rlib by
3.3 MiB (~1M of which is bloat a separate patch of mine removes
too), while reducing rustc memory usage on small crates by 18MiB.

This also simplifies the code considerably.

I have measured a small, but possibly insignificant, bootstrap performance improvement, and the memory savings grow to about 30M for larger crates (but that is still less as a percentage).

r? @eddyb
@bluss bluss added the relnotes Marks issues that should be documented in the release notes of the next release. label Oct 1, 2015
@bors bors merged commit 709ce9f into rust-lang:master Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants