mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This dramatically reduces the number of needed malloc calls. Unfortunately I had to add the implementation of SmallVectorBase::grow_pod to the runtime, as we don't link LLVM. This is a bad hack, but better than re-inventing a new SmallVector implementation. SR-10028 rdar://problem/48575729
2.8 KiB
2.8 KiB