mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 18:52:35 +00:00
Instruction::to_string used to copy a string literal into a String, and then the String into a StringBuilder. Copy it to the StringBuilder directly. No measurable performance benefit, but it's also less code. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Disassembler.h | ||
| ELFSymbolProvider.h | ||
| Instruction.cpp | ||
| Instruction.h | ||
| Interpreter.h | ||