mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is just a shortcut for @_semantics("optremark") to make it easier for
people to remember how to enable assembly vision remarks.
Now one can just type:
```
@_assemblyVision
func foo() {
...
}
```
and get all normal opt-remarks + assembly vision remarks.
65 KiB
65 KiB