Files
ladybird/Userland/Libraries/LibRegex/RegexByteCode.cpp
Ali Mohammad Pur d9ed58eb39 LibRegex: Make OpCode_Compare use a switch-case instead of if-else
This has no performance impact, the if-elses have been annoying as it's
impossible to fold the entire thing in basically any IDE.
2023-07-31 05:31:33 +02:00

43 KiB