Skip to content

Rewrite exchange heap in Rust #4813

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

Closed
brson opened this issue Feb 6, 2013 · 4 comments
Closed

Rewrite exchange heap in Rust #4813

brson opened this issue Feb 6, 2013 · 4 comments
Labels
A-concurrency Area: Concurrency A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@brson
Copy link
Contributor

brson commented Feb 6, 2013

The exchange heap is currently written in C++.

@brson
Copy link
Contributor Author

brson commented Feb 6, 2013

Blocked on #4812

@brson
Copy link
Contributor Author

brson commented Feb 6, 2013

I have this partially done in a branch, but it requires both Rust and C++ components because of the above blocker.

@brson
Copy link
Contributor Author

brson commented Jun 20, 2013

Not 0.7

@thestinger
Copy link
Contributor

Closing in favour of #5323. There's only one call left to reserve_vec_exact in an extra::time helper, and that uses the C++ exchange allocator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-concurrency Area: Concurrency A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

2 participants