mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 10:17:40 +02:00
Update changelog
This commit is contained in:
@ -12,9 +12,10 @@
|
|||||||
https://github.com/fmtlib/fmt/pull/4239).
|
https://github.com/fmtlib/fmt/pull/4239).
|
||||||
Thanks @kamrann and @Arghnews.
|
Thanks @kamrann and @Arghnews.
|
||||||
|
|
||||||
- Improved debug codegen and reduced the number of template instantiations when
|
- Reduced debug (unoptimized) binary code size and the number of template
|
||||||
passing formatting arguments. For example, unoptimized binary code size for
|
instantiations when passing formatting arguments. For example, unoptimized
|
||||||
`fmt::print("{}", 42)` was reduced by ~40% on GCC and ~60% on clang (x86-64).
|
binary code size for `fmt::print("{}", 42)` was reduced by ~40% on GCC and
|
||||||
|
~60% on clang (x86-64).
|
||||||
|
|
||||||
GCC:
|
GCC:
|
||||||
- Before: 161 instructions of which 105 are in reusable functions
|
- Before: 161 instructions of which 105 are in reusable functions
|
||||||
|
Reference in New Issue
Block a user