1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 09:07:35 +00:00
serenity/Kernel/Arch/x86/common
Daniel Bertalan 17b66eaa3c Kernel: Call try_set_coredump_property with StringView arguments
Storing assigning a string literal to a String object just to pass it to
a function expecting a StringView is wasteful. Let's just not do that.

For consistency's sake, this commit changes all of the other invocations
to use StringView literals, too.
2021-10-21 22:19:50 +02:00
..
ASM_wrapper.cpp Kernel: Add per platform Processor.h headers 2021-10-14 01:23:08 +01:00
CPU.cpp Kernel: Access MemoryManager static functions statically 2021-10-02 18:16:15 +02:00
Interrupts.cpp Kernel: Call try_set_coredump_property with StringView arguments 2021-10-21 22:19:50 +02:00
Processor.cpp Kernel: Split ScopedCritical so header is platform independent 2021-10-15 21:48:45 +01:00
ProcessorInfo.cpp Kernel: Add per platform Processor.h headers 2021-10-14 01:23:08 +01:00
SafeMem.cpp Kernel: Add cross platform RegisterState header and Aarch64 version 2021-10-15 21:48:45 +01:00
ScopedCritical.cpp Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common 2021-10-16 15:43:41 -07:00
SmapDisabler.cpp Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common 2021-10-16 15:43:41 -07:00
TrapFrame.cpp Kernel: Add per platform Processor.h headers 2021-10-14 01:23:08 +01:00