From debe784aab24d80b065fbe164066c7faf87dca3d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 25 Dec 2024 08:44:54 -0800 Subject: [PATCH] Update changelog --- ChangeLog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 30b0a68a..a2716ae2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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