cc-wrapper/ld-wrapper: Minor speedup in string concatenation
There is still a O(n) pattern match in ld-wrapper, so we should probably rewrite that code to use associative arrays.
parent
6669a3b4
Please register or sign in to comment
There is still a O(n) pattern match in ld-wrapper, so we should probably rewrite that code to use associative arrays.