ladybird/Kernel/Firmware
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
..
ACPI Kernel: Change static constexpr variables to constexpr where possible 2022-02-09 21:04:51 +00:00
MultiProcessor Kernel: Change static constexpr variables to constexpr where possible 2022-02-09 21:04:51 +00:00
BIOS.cpp Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
BIOS.h Kernel: Make map_bios() and map_ebda() fallible using ErrorOr 2022-01-13 22:40:25 +01:00
PowerStateSwitch.cpp Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
PowerStateSwitch.h Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00
SysFSFirmware.cpp Kernel: Don't populate the ACPI SysFS directory with a disabled ACPI 2022-01-18 21:00:46 +02:00
SysFSFirmware.h Kernel/SysFS: Prevent allocation for component name during construction 2021-12-14 09:01:33 +01:00