|
|
|
|
|
by cratermoon
484 days ago
|
|
Reading the linked blog post: -Cllvm-args=-enable-dfa-jump-thread option, which recovers most of the performance here. It performs a kind of jump threading for deterministic finite automata, and our decompression logic matches this pattern. https://en.wikipedia.org/wiki/Jump_threading |
|