mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Currently, this pass simply hoists calls to addressor functions up to the function entry point. This solves most of the perfomance problem. Fixes <rdar://problem/16500879> Need to hoist @swift_once outside of loops. Swift SVN r16684