Displaying 1 result from an estimated 1 matches for "b5769f65".
Did you mean:
576965
2013 Jun 19
1
[LLVMdev] How to deal with potentially unlimited count/length symbol names?
On 19/06/13 19:23, Eli Friedman wrote:
> I think you've covered all the possible implementations.
>
> In terms of just generating long names, LLVM and common platforms can
> handle long names reasonably well because C++ often uses such names.
> Also, the Itanium C++ ABI has a scheme to compress repeated uses of the
> same type which might be of interest; see
>