mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 19:07:15 +03:00
4a57cbc98f
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 |