We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d1125 commit debe784Copy full SHA for debe784
ChangeLog.md
@@ -12,9 +12,10 @@
12
https://github.com/fmtlib/fmt/pull/4239).
13
Thanks @kamrann and @Arghnews.
14
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).
+- 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
18
+ ~60% on clang (x86-64).
19
20
GCC:
21
- Before: 161 instructions of which 105 are in reusable functions
0 commit comments