mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This changes code generation a bit, because now the conditional state bitmap uses a bit to track if the 'self' box was stored, not if the 'self' value was consumed. In some cases, this eliminates an extra bit, in other places it introduces an extra bit, but it really doesn't matter because LLVM will optimize this bit manipulation easily.
10 KiB
10 KiB