mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For now these are underscored attributes, i.e. compiler internal attributes:
@_optimize(speed)
@_optimize(size)
@_optimize(none)
Those attributes override the command-line specified optimization mode for a specific function.
The @_optimize(none) attribute is equivalent to the already existing @_semantics("optimize.sil.never") attribute
17 KiB
17 KiB