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 00ab2e9 commit 25e2929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
- 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).

GCC:
- Before: 161 instructions of which 106 are in reusable functions
- Before: 161 instructions of which 105 are in reusable functions
([godbolt](https://www.godbolt.org/z/s9bGoo4ze)).
- After: 116 instructions of which 60 are in reusable functions
([godbolt](https://www.godbolt.org/z/r7GGGxMs6)).

Clang:
- Before: 310 instructions of which 251 are in reusable functions
([godbolt](https://www.godbolt.org/z/Ts88b7M9o)).
Expand Down

0 comments on commit 25e2929

Please sign in to comment.