Skip to content

Commit debe784

Browse files
committed
Update changelog
1 parent f6d1125 commit debe784

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ChangeLog.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
https://github.com/fmtlib/fmt/pull/4239).
1313
Thanks @kamrann and @Arghnews.
1414

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

1920
GCC:
2021
- Before: 161 instructions of which 105 are in reusable functions

0 commit comments

Comments
 (0)