Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ELF] sortSymTabSymbols: change vector to SmallVector
This function may take ~1% time. SmallVector<SymbolTableEntry, 0> is smaller (16 bytes instead of 24) and more efficient.
- Loading branch information