mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
0482f4e117
Linux did the same thing 18 years ago and their reasons for the change are similar to ours - https://github.com/torvalds/linux/commit/7d12e78 Most interrupt handlers (i.e. IRQ handlers) never used the register state reference anywhere so there's simply no need of passing it around. I didn't measure the performance boost but surely this change can't make things worse anyway. |
||
---|---|---|
.. | ||
AtomicEdgeAction.h | ||
Coredump.cpp | ||
Coredump.h | ||
CrashHandler.cpp | ||
FinalizerTask.cpp | ||
FinalizerTask.h | ||
FutexQueue.cpp | ||
FutexQueue.h | ||
HostnameContext.cpp | ||
HostnameContext.h | ||
PerformanceEventBuffer.cpp | ||
PerformanceEventBuffer.h | ||
PerformanceManager.h | ||
PowerStateSwitchTask.cpp | ||
PowerStateSwitchTask.h | ||
Process.cpp | ||
Process.h | ||
ProcessGroup.cpp | ||
ProcessGroup.h | ||
Scheduler.cpp | ||
Scheduler.h | ||
ScopedProcessList.cpp | ||
ScopedProcessList.h | ||
SyncTask.cpp | ||
SyncTask.h | ||
Thread.cpp | ||
Thread.h | ||
ThreadBlockers.cpp | ||
ThreadTracer.cpp | ||
ThreadTracer.h | ||
WaitQueue.cpp | ||
WaitQueue.h | ||
WorkQueue.cpp | ||
WorkQueue.h |