mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 03:52:34 +00:00
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. |
||
|---|---|---|
| .. | ||
| ASM_wrapper.cpp | ||
| CPU.cpp | ||
| Interrupts.cpp | ||
| Processor.cpp | ||
| ProcessorInfo.cpp | ||
| SafeMem.cpp | ||
| ScopedCritical.cpp | ||
| SmapDisabler.cpp | ||
| TrapFrame.cpp | ||