mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If the compiler can prove that a throwing function actually does not throw it can replace a try_apply with an "apply [nothrow]". Such an apply_inst calls a function with an error result but does not have the overhead of checking for the error case. Currently this flag is not set, yet. Swift SVN r31151
41 KiB
41 KiB