ladybird/Kernel/Time
Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors
This may seem like a no-op change, however it shrinks down the Kernel by a bit:
.text -432
.unmap_after_init -60
.data -480
.debug_info -673
.debug_aranges 8
.debug_ranges -232
.debug_line -558
.debug_str -308
.debug_frame -40

With '= default', the compiler can do more inlining, hence the savings.
I intentionally omitted some opportunities for '= default', because they
would increase the Kernel size.
2021-02-28 18:09:12 +01:00
..
APICTimer.cpp Kernel: Fix GenericInterruptHandler problems with virtual functions 2021-02-28 15:27:53 +01:00
APICTimer.h Kernel: Fix GenericInterruptHandler problems with virtual functions 2021-02-28 15:27:53 +01:00
HardwareTimer.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
HPET.cpp Kernel: Fix HPET timer structure layout 2021-02-26 21:15:38 +01:00
HPET.h Kernel: Fix HPET timer structure layout 2021-02-26 21:15:38 +01:00
HPETComparator.cpp Kernel: Fix GenericInterruptHandler problems with virtual functions 2021-02-28 15:27:53 +01:00
HPETComparator.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
PIT.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PIT.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
RTC.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RTC.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
TimeManagement.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TimeManagement.h Kernel: Add RTC as fallback entropy source if HPET is not found 2021-01-26 21:14:44 +01:00