[libcxx-commits] [libcxx] [libc++] Encode additional ODR-affecting properties in the ABI tag (PR #69669)
    via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Fri Oct 20 13:45:37 PDT 2023
    
    
  
EricWF wrote:
> > Before merging this could you do some analysis to what this does to binary size, both with and without debug info?
> 
> Do you mean the binary size of `libc++.dylib` itself or something else?
I mean something else. Choose something that instantiates a lot of templates in our test suite, and then compile that to an object. We're increasing the size of the mangled names here, and I want to know what effect that has.
https://github.com/llvm/llvm-project/pull/69669
    
    
More information about the libcxx-commits
mailing list