mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The ConstraintSystem class is on the order of 1000s of bytes in size on the stacka nd is causing issues with dispatch's 64k stack limit. This changes most Small data types which store data on the stack to non small heap based data types.
20 KiB
20 KiB