rust-osdev / spinning_top

A simple spinlock crate based on the abstractions provided by the `lock_api` crate.
Apache License 2.0
37 stars 4 forks source link

perf: inline everything #17

Closed mkroening closed 1 year ago

mkroening commented 1 year ago

Similar to how it is done in lock_api, it makes sense to mark these performance sensitive, small functions with #[inline].