mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Lazy property getters are usually non tivial functions (otherwise the user would not implement it as lazy property). Inlining such getters would most likely not benefit other optimizations because the top-level switch_enum cannot be constant folded in most cases. Also, not inlining lazy property getters enables optimizing them in CSE.
860 B
860 B