ladybird/Libraries/LibX86
Nico Weber 4a57cbc98f LibX86: Remove some allocations from Instruction::to_string
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.
2020-08-16 19:38:55 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Disassembler.h LibX86: Remove some unnecessary stuff from Disassembler.h 2020-04-11 13:23:52 +02:00
ELFSymbolProvider.h X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86 2020-08-16 19:37:58 +02:00
Instruction.cpp LibX86: Remove some allocations from Instruction::to_string 2020-08-16 19:38:55 +02:00
Instruction.h AK: Rename MakeUnsigned::type to MakeUnsigned::Type. 2020-08-06 10:33:16 +02:00
Interpreter.h LibX86: Disassemble most remaining FPU instructions 2020-07-30 16:53:33 +02:00