[libcxx-commits] [PATCH] D128021: [libc++] Don't call key_eq in unordered_map/set rehashing routine

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 3 04:35:48 PDT 2022


Mordante added a comment.

In D128021#3627047 <https://reviews.llvm.org/D128021#3627047>, @itrofimow wrote:

> binary size after changes: https://pastebin.com/raw/z23mLN93



   text	   data	    bss	    dec	    hex	filename
  10323	    744	      8	  11075	   2b43	binary_size_main
  10996	    744	      8	  11748	   2de4	binary_size_patch

Thanks! I like these numbers better! This about half of the size overhead of the previous version.
I assume the main values have changed due to rebasing, right?


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