We were unnecessarily going from SmallString to std::string just to get a null-terminated C string. So just…don't do that. Crash slightly faster!
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D48197
Avoid copying PrettyStackTrace messages an extra time on Apple platforms Authored by jordan_rose on Jun 14 2018, 2:12 PM.
Details
Diff Detail
|