Page MenuHomeFreeBSD

Micro-optimize _pmap_unwire_ptp()
ClosedPublic

Authored by alc on Dec 20 2019, 9:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 3:59 AM
Unknown Object (File)
Mon, Oct 13, 6:02 PM
Unknown Object (File)
Mon, Oct 13, 6:02 PM
Unknown Object (File)
Mon, Oct 13, 6:02 PM
Unknown Object (File)
Mon, Oct 13, 4:37 AM
Unknown Object (File)
Thu, Oct 2, 6:41 PM
Unknown Object (File)
Mon, Sep 29, 11:37 PM
Unknown Object (File)
Fri, Sep 19, 12:06 AM
Subscribers

Details

Summary

Micro-optimize the control flow in _pmap_unwire_ptp(), and eliminate unnecessary parentheses. This reduces the object code size by 48 bytes. (The same micro-optimization already exists on arm64.)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable