-
Notifications
You must be signed in to change notification settings - Fork 346
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
use StorageLive
and StorageDead
to allocate/deallocate stack memory
#49
Labels
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
Comments
solson
added
the
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
label
Sep 7, 2016
Note that rust-lang/rust#38669 might cause issues |
yea I already ran into this but failed to fix it in rustc. |
related: rust-lang/rust#39409 |
So @nikomatsakis suggested I work on this as a way to make myself familiar with miri. It seems nobody has started tackling this issue yet, so hopefully there won't be any collisions. |
Great! It's all yours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
I haven't read up on them, but the way they are sprayed around in MIR looks very much like that is how they would work.
The text was updated successfully, but these errors were encountered: