mirror of
https://github.com/RGBCube/serenity
synced 2025-06-21 06:12:07 +00:00
![]() Avoid promotion of static strings to AK::String, instead use AK::StringView and operator ""sv, to force string view's instead which avoids allocation of String. This code path isn't hot enough that it makes a huge difference, but every bit counts. |
||
---|---|---|
.. | ||
AbbreviationsMap.cpp | ||
AbbreviationsMap.h | ||
CompilationUnit.cpp | ||
CompilationUnit.h | ||
DIE.cpp | ||
DIE.h | ||
DwarfInfo.cpp | ||
DwarfInfo.h | ||
DwarfTypes.h | ||
Expression.cpp | ||
Expression.h | ||
LineProgram.cpp | ||
LineProgram.h |