mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
ca3326c0d4aecdb37f64b01f03eeacf4d6c258c6
Replace a string append operation in addFunctionMappingRecord with a vector append. The existing behavior is quadratic in the worst case: this patch makes it linear. Differential Revision: http://reviews.llvm.org/D16395 llvm-svn: 258424
…
…
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%