So my friend Chris taught me what byte pair encoding is and then I was idly thinking about it and I wonder if people can/do use this for generating bytecode interpreter superinstructions.
Anyway in the process of thinking about this I sketched the tiniest interpreter generator and superinstruction generator (but not finder)
https://gist.github.com/tekknolagi/8071878faa59514e3a2155bc8798638b
