Home
last modified time | relevance | path

Searched hist:"10 c51654ef53761b35a72d8c2d63c3c8b8658210" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/conf/
H A Dldscript.amd64diff 10c51654ef53761b35a72d8c2d63c3c8b8658210 Fri May 18 09:31:26 CEST 2018 Mateusz Guzik <mjg@FreeBSD.org> amd64: tweak the read_frequently section

1. align to 128 bytes to avoid possible waste from the preceeding section
2. sort entries by alignment SORT_BY_ALIGNMENT, plugging the holes (most
entries are one byte in size, but they got interleaved with bigger ones)

Interestingly I was looking for a feature of the sort earlier and failed
to find it. It turns out the script was already utilizing sorting in other
places, so shame on me.

Thanks for Travis Geiselbrecht for pointing me at the feature.