mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
We were not using the primary benefits of an intrusive list, namely the ability to insert or remove from the middle of the list, so let's switch to a plain vector. This also avoids linked-list pointer chasing.
3.5 KiB
3.5 KiB