--- - branch: MAIN date: Thu Apr 26 19:13:34 UTC 2018 files: - new: '1.197' old: '1.196' path: src/sys/kern/uipc_mbuf.c pathrev: src/sys/kern/uipc_mbuf.c@1.197 type: modified - new: '1.190' old: '1.189' path: src/sys/sys/mbuf.h pathrev: src/sys/sys/mbuf.h@1.190 type: modified id: 20180426T191334Z.34cfcd84e8eefbdb71336ceb8bba3e1a4aa2bbae log: | Change MCLGET, so that it calls m_clget instead of doing the work in a macro. Macros are inefficient when they contain too many instructions and are used too often, because of cache coherency (and also register use). This change saves 32KB of kernel .text. module: src subject: 'CVS commit: src/sys' unixtime: '1524770014' user: maxv