Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kerncore: add must_use and inline(always)
The missing must_use was just an oversight -- access check functions that return flags, instead of faulting or returning Result, should always be must_use. inline(always) turns out to significantly improve performance of Task::can_access by specializing the generated code for the predicate it uses.
- Loading branch information