Granary / granary2

Dynamic binary translation framework for instrumenting x86-64 user space Linux programs
MIT License
39 stars 5 forks source link

Make transparent returns into a feature instead of a tool #70

Closed pgoodman closed 9 years ago

pgoodman commented 10 years ago

I think this would be better done as a feature rather than a tool. It would enable (much) better code gen, and then return specialization could require that transparent returns be enabled, as well as be auto-enabled when transparent returns are enabled.