mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:12:43 +00:00 
			
		
		
		
	|  5bfba3f789 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 | ||