swift
d918b316
- TempRValueOptimization: don't optimize copies to mark_dependence base values.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
235 days ago
TempRValueOptimization: don't optimize copies to mark_dependence base values. We want to keep the original lifetime of the base. If we would eliminate the base alloc_stack, we risk to insert a destroy_addr too early.
References
#79110 - SIL: Fix memory behavior of mark_dependence
Author
eeckstein
Committer
eeckstein
Parents
024f4bbd
Loading