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

LLVM lifetime intrinsics and MIR #35171

Closed
nikomatsakis opened this issue Aug 1, 2016 · 3 comments
Closed

LLVM lifetime intrinsics and MIR #35171

nikomatsakis opened this issue Aug 1, 2016 · 3 comments
Labels
A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@nikomatsakis
Copy link
Contributor

MIR is currently not emitting LLVM lifetime intrinsics. This means we will generate larger stack frames than trans.

cc @eddyb @arielb1 @nagisa, with whom I know I have discussed this

@nikomatsakis nikomatsakis added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html labels Aug 1, 2016
@Mark-Simulacrum
Copy link
Member

Was this fixed by #35409?

@nagisa
Copy link
Member

nagisa commented Aug 20, 2016

yes.

@ranma42
Copy link
Contributor

ranma42 commented Mar 30, 2017

If this was fixed, should it be closed?

@eddyb eddyb closed this as completed Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants