-
Notifications
You must be signed in to change notification settings - Fork 61
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
Implement variable lifetimes #569
Comments
I am not sure. I asked on IRC and they mentionned |
I didn't know that existed. How is it different? I found this mail with an explanation that does sound similar |
I do not know. Here's what people said about it on IRC the other day:
You might need to ask on IRC or the mailing list to get a proper answer. |
I mean the
BuilderMethods::lifetime_start
andlifetime_end
methods which would be implemented here:rustc_codegen_gcc/src/builder.rs
Lines 1661 to 1667 in 764770d
If I understand correctly, this would allow reusing variable stack space.
How could this be done? Could the variable lifetimes be mapped to gcc blocks?
The text was updated successfully, but these errors were encountered: