mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is a hidden option. It should be used like: -assume-single-threaded When this function is provided, the compiler assumes that the code will be executed in the single threaded mode. It then performs certain optimizations that can benefit from it, e.g. it marks as non-atomic all reference counting instructions in the user code being compiled.
53 KiB
53 KiB