You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To provide better diagnostics for memory-related issues.
Detailed context
Currently, we have a simple stack sanitizer by binary transformation, but this is a little bit fragile approach (e.g. assuming sp at globals[0], LLVM prologue, ...). LLVM's address sanitizer is more reliable and Swift toolchain supports it on other platforms, so I think it's worth thinking about moving into it.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Motivation
To provide better diagnostics for memory-related issues.
Detailed context
Currently, we have a simple stack sanitizer by binary transformation, but this is a little bit fragile approach (e.g. assuming sp at globals[0], LLVM prologue, ...).
LLVM's address sanitizer is more reliable and Swift toolchain supports it on other platforms, so I think it's worth thinking about moving into it.
The text was updated successfully, but these errors were encountered: