Hacker News new | ask | show | jobs
by yazr 2214 days ago
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.

1 comments

Souper does something like that with IR optimization.

https://github.com/google/souper