diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-07-25 14:07:57 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-11-21 09:44:18 +1100 |
| commit | 8566ae14a01a813a4b44846785675ae5d61b8eac (patch) | |
| tree | 557d0bd49b2675db748fcfdcb204937817615dab /src/array_view.hh | |
| parent | 0e2612f1ad8634aa6b137a815459f69d0fd76941 (diff) | |
Reduce the amount of Regex VM Instruction code
Merge all lookarounds into the same instruction, merge splits, merge
literal ignore case with literal...
Besides reducing the amount of almost duplicated code, this improves
performance by reducing pressure on the (often failing) branch target
prediction for instruction dispatching by moving branches into the
instruction code themselves where they are more likely to be well
predicted.
Diffstat (limited to 'src/array_view.hh')
0 files changed, 0 insertions, 0 deletions
