mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
1) Make AnyFunctionType::getParams() inline friendly (it compiles down to just a few instructions). 2) Byte align/size the embedded number of AnyFunctionType parameters. This was set to 10 bits back when the inline bitfields were 32 bits in size. Now with 64 bits to play with, we have room to spare.
177 KiB
177 KiB