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

remove unused jemallocator crate #93431

Merged
merged 1 commit into from
Jan 29, 2022
Merged

Conversation

lqd
Copy link
Member

@lqd lqd commented Jan 28, 2022

When it was noticed that the rustc binary wasn't actually using jemalloc via #[global_allocator] and that was removed, the dependency remained.

Tests pass locally with a jemalloc = true build, but I'll trigger a try build to ensure I haven't missed an edge-case somewhere.

r? @ghost until that completes

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jan 28, 2022
@lqd
Copy link
Member Author

lqd commented Jan 28, 2022

@bors try @rust-timer queue to make sure perf doesn't regress unexpectedly, and Felix seemed interested in having dependency updates PR be ran through perf.rlo prior to merging.

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 28, 2022
@bors
Copy link
Contributor

bors commented Jan 28, 2022

⌛ Trying commit f9e0eb3 with merge cb76fa9b541f4139456ea66e2bed9241f684661b...

@bors
Copy link
Contributor

bors commented Jan 28, 2022

☀️ Try build successful - checks-actions
Build commit: cb76fa9b541f4139456ea66e2bed9241f684661b (cb76fa9b541f4139456ea66e2bed9241f684661b)

@rust-timer
Copy link
Collaborator

Queued cb76fa9b541f4139456ea66e2bed9241f684661b with parent 427eba2, future comparison URL.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (cb76fa9b541f4139456ea66e2bed9241f684661b): comparison url.

Summary: This benchmark run did not return any relevant results.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf -perf-regression

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Jan 28, 2022
@lqd
Copy link
Member Author

lqd commented Jan 28, 2022

r? @Mark-Simulacrum

It's likely safe to rollup then, wdyt ?

(There was still a segfault in mir-opt tests on the PR builder, like #93384)

@Mark-Simulacrum
Copy link
Member

@bors r+ rollup

Agreed.

@bors
Copy link
Contributor

bors commented Jan 28, 2022

📌 Commit f9e0eb3 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 28, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 29, 2022
…ulacrum

remove unused `jemallocator` crate

When it was noticed that the rustc binary wasn't actually using jemalloc via `#[global_allocator]` and that was removed, the dependency remained.

Tests pass locally with a `jemalloc = true` build, but I'll trigger a try build to ensure I haven't missed an edge-case somewhere.

r? `@ghost` until that completes
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 29, 2022
…ulacrum

remove unused `jemallocator` crate

When it was noticed that the rustc binary wasn't actually using jemalloc via `#[global_allocator]` and that was removed, the dependency remained.

Tests pass locally with a `jemalloc = true` build, but I'll trigger a try build to ensure I haven't missed an edge-case somewhere.

r? ``@ghost`` until that completes
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 29, 2022
…askrgr

Rollup of 8 pull requests

Successful merges:

 - rust-lang#88205 (Add Explanation For Error E0772)
 - rust-lang#92274 (Add `intrinsics::const_deallocate`)
 - rust-lang#93236 (Make `NonNull::new` `const`)
 - rust-lang#93299 (Fix dot separator when there is no source link)
 - rust-lang#93410 (kmc-solid: Implement `net::FileDesc::duplicate`)
 - rust-lang#93424 (fix nit)
 - rust-lang#93431 (remove unused `jemallocator` crate)
 - rust-lang#93453 (Add GUI theme change test)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit c866ae5 into rust-lang:master Jan 29, 2022
@rustbot rustbot added this to the 1.60.0 milestone Jan 29, 2022
@lqd lqd deleted the remove-jemallocator branch January 30, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants