Files
ladybird/Userland/Libraries/LibRegex/RegexByteCode.h
Andreas Kling 17bff999c8 LibRegex: Remove redundant VERIFY in OpCode::argument()
The bounds check here is already performed by the at() we're calling,
and removing it appears to have non-trivial performance impact.
2023-07-14 09:09:11 +02:00

34 KiB