mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02: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.
76 KiB
76 KiB