Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 25, 2024
1 parent f6d1125 commit debe784
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
https://github.com/fmtlib/fmt/pull/4239).
Thanks @kamrann and @Arghnews.

- Improved debug codegen and reduced the number of template instantiations when
passing formatting arguments. For example, unoptimized binary code size for
`fmt::print("{}", 42)` was reduced by ~40% on GCC and ~60% on clang (x86-64).
- Reduced debug (unoptimized) binary code size and the number of template
instantiations when passing formatting arguments. For example, unoptimized
binary code size for `fmt::print("{}", 42)` was reduced by ~40% on GCC and
~60% on clang (x86-64).

GCC:
- Before: 161 instructions of which 105 are in reusable functions
Expand Down

0 comments on commit debe784

Please sign in to comment.