The global array has prohibitive performance impact on multicore systems.
The same data (and more) can be obtained via other means, e.g. dtrace.
Differential D27199 Authored by mjg on Nov 12 2020, 9:18 PM.
Details
Summary The global array has prohibitive performance impact on multicore systems. The same data (and more) can be obtained via other means, e.g. dtrace.
Diff Detail
Event Timelinemjg created this revision. This revision is now accepted and ready to land.Nov 13 2020, 2:01 PM2020-11-13 14:01:56 (UTC+0) Closed by commit rS367650: malloc: retire MALLOC_PROFILE (authored by mjg). · Explain WhyNov 13 2020, 7:23 PM2020-11-13 19:23:20 (UTC+0) This revision was automatically updated to reflect the committed changes. Herald added a subscriber: imp. · View Herald TranscriptNov 13 2020, 7:23 PM2020-11-13 19:23:20 (UTC+0)
Revision Contents
Diff 79520 head/sys/kern/kern_malloc.c
|
if (gap_bot == gap_top)
seems easier than indenting the lines below.