swift
42bf92a2
- Make bind_memory free to inline.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Make bind_memory free to inline. bind_memory has no actual code size cost, and this is the only way to allow rebinding memory within critical standard library code like SmallString without regressing performance.
References
#33698 - Fix undefined behavior in SmallString.withUTF8
Author
atrick
Committer
atrick
Parents
5eafc20c
Loading