-
Notifications
You must be signed in to change notification settings - Fork 1.9k
minor: Switch from jemalloc to tikv-jemalloc #8752
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
Conversation
|
bors r+ |
|
I think the benchmark linked in that issue used a sized deallocation variant, but I'm not sure how to set it up. |
|
bors r- Don't we also have to change this? https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/rust-analyzer/src/bin/main.rs#L27 |
|
Canceled. |
|
Oh ye, we do |
|
Whoops thought the jemalloc feature was on by default so when I saw it built I figured it was good. I'll push a fix. |
|
bors d+ |
|
✌️ djrenren can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Okay fix is pushed. I did it by overriding the package name for |
|
I like the renaming! bors r+ |
|
No, it's fine, I actually wanted to suggest doing that. bors r+ |
|
Already running a review |
As far as I can tell, |
|
Ah, that's nice. I remember seeing some linker magic, but hopefully it's not needed. |
|
For posterity, some ra benches: |
Fixes #8252.
No idea if we're still interested in this but it was a simple change so here's the PR.