Reorder struct sysentvec so that commonly accessed fields are close
together.
Details
Details
Diff Detail
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
Comment Actions
What is the point ? Is this based on any measurements ? I see it as an arbitrary tweaking that does not serve any obvious purpose.
Comment Actions
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).