[libcxx-commits] [PATCH] D128021: [libc++] Don't call key_eq in unordered_map/set rehashing routine
    Ivan via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Jun 23 03:51:59 PDT 2022
    
    
  
itrofimow added a comment.
In D128021#3603897 <https://reviews.llvm.org/D128021#3603897>, @Mordante wrote:
> In D128021#3603708 <https://reviews.llvm.org/D128021#3603708>, @itrofimow wrote:
>
>> In D128021#3593922 <https://reviews.llvm.org/D128021#3593922>, @Mordante wrote:
>>
>>> 
>>
>> Would this example <https://pastebin.com/raw/64AgVneW> be enough?
>> I could've messed up compile flags, and guidance would be appreciated if i did so
>
> Thanks! Can you provide the output of the `size` command instead of the `ls` command for both binaries?
root at adelaide:~/tmp# size binary_size_*
   text	   data	    bss	    dec	    hex	filename
  10109	    744	      8	  10861	   2a6d	binary_size_main
  11334	    744	      8	  12086	   2f36	binary_size_patch
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128021/new/
https://reviews.llvm.org/D128021
    
    
More information about the libcxx-commits
mailing list