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

Make unique boxes self-describing #2279

Closed
brson opened this issue Apr 24, 2012 · 4 comments
Closed

Make unique boxes self-describing #2279

brson opened this issue Apr 24, 2012 · 4 comments
Assignees
Labels
A-codegen Area: Code generation A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Milestone

Comments

@brson
Copy link
Contributor

brson commented Apr 24, 2012

Unique boxes will need to be self describing so that the unwinder knows what's in them.

@ghost ghost assigned brson Apr 24, 2012
@brson
Copy link
Contributor Author

brson commented Jun 1, 2012

All things in the exchange heap now have a four word box header like gc boxes, but the type descriptors are not correct.

@thestinger
Copy link
Contributor

These headers aren't going to be needed since only Owned types will go on the exchange heap.

@steveklabnik
Copy link
Member

Oh my, I typo'd "2279' instead of "2779".

@steveklabnik steveklabnik reopened this Jan 21, 2015
@huonw
Copy link
Member

huonw commented Jan 21, 2015

(Was already closed.)

@huonw huonw closed this as completed Jan 21, 2015
bors added a commit to rust-lang-ci/rust that referenced this issue Sep 22, 2022
Allow non-ZST allocations to be adjacent

Also `cargo update` in test-cargo-miri... no need to make a separate PR for that right?...
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Create a RFC for feature gate for APIs included in the Kani library.

Tracking issue: rust-lang#2279

Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
jaisnan pushed a commit to jaisnan/rust-dev that referenced this issue Jul 29, 2024
Part of rust-lang#2279 

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area: Code generation A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

4 participants