swift
095083e0
- CopyForwarding: new optimization to remove copies into dead temporaries.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
9 years ago
CopyForwarding: new optimization to remove copies into dead temporaries. A SILGen peephole currently handles the common cases. However, that peephole is incompatible with memory access enforcement.
References
#8780 - CopyForwarding: new optimization to remove copies into dead temporaries.
Author
atrick
Committer
atrick
Parents
9e6a473c
Loading