diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-15 11:13:06 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-15 09:51:16 +0000 |
| commit | 459f4b00beb4b01fcc508eeafbdddcd18d61f6c2 (patch) | |
| tree | df95e00aa883114432ff32065ae9836d67c3689b /docs/linux | |
| parent | c8349e48534ea6d8f01515335d95de8ebf5da8df (diff) | |
pkg/log: restore lazy formatting
For a while we eagerly format log messages even if they are discarded.
This may be expensive. If the fuzzer does not deserialize programs,
logging consumes 8.7% of CPU and constantly generates garbage.
Restore lazy formatting and don't lock the mutex if caching is not enabled.
Diffstat (limited to 'docs/linux')
0 files changed, 0 insertions, 0 deletions
