Should this be modifiable for higher-level byte-code?
My thinking is to provide hand-crafted primitives to transform byte code, and maybe use an existing optimizer to do the search.
Souper does something like that with IR optimization.
Should this be modifiable for higher-level byte-code?
My thinking is to provide hand-crafted primitives to transform byte code, and maybe use an existing optimizer to do the search.