Files
ladybird/Libraries/LibRegex/RegexByteCode.cpp
Andreas Kling 87ec5b32b0 LibRegex: Use ReadonlySpan to peek into OpCode_Compare LUTs
By the time we're executing bytecode, we know the the bytecode will be
flattened. This means we can use ReadonlySpan to look into it instead of
DisjointChunks::spans(), which allocates.
2025-04-14 17:40:13 +02:00

44 KiB