mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-15 08:44:10 -05:00

Greatly shrinks the amount of generated code for GetDecodeTable(). Collapses an assembly output of 9000+ lines down to ~3621 with Clang, and 6513 down to ~2616 with GCC, given it's now allowed to construct all the entries as a sequence of constant data.