Files
ladybird/Kernel
Lenny Maiorani c6acf64558 Kernel: Change static constexpr variables to constexpr where possible
Function-local `static constexpr` variables can be `constexpr`. This
can reduce memory consumption, binary size, and offer additional
compiler optimizations.

These changes result in a stripped x86_64 kernel binary size reduction
of 592 bytes.
2022-02-09 21:04:51 +00:00
..
2022-02-09 17:59:19 +00:00
2022-01-29 16:45:39 +01:00
2022-01-07 10:56:59 +01:00