Page MenuHomeFreeBSD

Reorder struct sysentvec
AbandonedPublic

Authored by trasz on Sep 27 2020, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 5:35 PM
Unknown Object (File)
Thu, Nov 14, 1:12 AM
Unknown Object (File)
Sep 21 2024, 5:23 AM
Unknown Object (File)
Sep 13 2024, 4:41 AM
Unknown Object (File)
Sep 8 2024, 2:40 AM
Unknown Object (File)
Sep 7 2024, 3:42 PM
Unknown Object (File)
Sep 5 2024, 4:25 AM
Unknown Object (File)
Sep 2 2024, 4:17 AM
Subscribers

Details

Reviewers
kib
Summary

Reorder struct sysentvec so that commonly accessed fields are close
together.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33843
Build 31060: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Sep 27 2020, 6:56 PM

What is the point ? Is this based on any measurements ? I see it as an arbitrary tweaking that does not serve any obvious purpose.

The point is to avoid unnecessary cache misses. No measurements yet; syscall overhead is still to big to make stuff like that noticeable. I'm not in a hurry with this patch though, so let's wait until I can show that it makes a difference (or show that it doesn't).