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

add back jemalloc to the tree #13742

Closed
wants to merge 2 commits into from
Closed

add back jemalloc to the tree #13742

wants to merge 2 commits into from

Conversation

thestinger
Copy link
Contributor

This adds a std::rt::heap module with a nice allocator API. It's a
step towards fixing #13094 and is a starting point for working on a
generic allocator trait.

The revision used for the jemalloc submodule is the stable 3.6.0 release.

@thestinger thestinger closed this Apr 25, 2014
@thestinger thestinger changed the title add back jemalloc and begin porting to it add back jemalloc Apr 25, 2014
@thestinger thestinger reopened this Apr 25, 2014
@thestinger thestinger changed the title add back jemalloc add back jemalloc to the tree Apr 25, 2014
@thestinger
Copy link
Contributor Author

I started working on porting to this new allocator interface but extracted it from this commit for now. I ran into some code bloat issues in Vec<T> that I suspect are from the lack of noalias on the return values.

@bstrie
Copy link
Contributor

bstrie commented Apr 25, 2014

Is this following the design proposed in rust-lang/rfcs#39 ?

@brson
Copy link
Contributor

brson commented Apr 25, 2014

Glad to see progress on this again. I like that it defines its own abstraction for the exchange heap. From a cursory look I think this enables jemalloc everywhere. Is that correct?

@thestinger
Copy link
Contributor Author

@brson: I backed out the changes to switch over the exchange allocator and Vec<T> to this for now, so it's not really doing at the moment beyond making jemalloc available.

@bstrie: It's loosely following the design from there.

@alexcrichton
Copy link
Member

I don't really understand why we would add a submodule, build it, and then never use it. I would like to see at least one user of jemalloc before merging.

@thestinger
Copy link
Contributor Author

@alexcrichton: If it's okay to have a bunch compiler changes along with this, then I'll do that.

This adds a `std::rt::heap` module with a nice allocator API. It's a
step towards fixing #13094 and is a starting point for working on a
generic allocator trait.

The revision used for the jemalloc submodule is the stable 3.6.0 release.
@thestinger thestinger closed this Apr 26, 2014
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Dec 17, 2022
…ts, r=flodiebold

fix: only shift `BoundVar`s that come from outside lowering context

Fixes rust-lang#13734

There are some free functions `TyLoweringContext` methods call, which do not know anything about current binders in scope. We need to shift in the `BoundVar`s in substitutions that we get from them (rust-lang#4952), but not those we get from `TyLoweringContext` methods.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 15, 2024
…lang#13742)

changelog: [`doc_lazy_continuation`]: correctly count indent with
backslashes

Fixes rust-lang#13705
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

Successfully merging this pull request may close these issues.

4 participants