(no title)
harerazer | 2 years ago
It also doesn't seem particularly interesting because it doesn't allow the programs to get input. Obviously that makes things much more difficult wrt to proving program equivalence.
harerazer | 2 years ago
It also doesn't seem particularly interesting because it doesn't allow the programs to get input. Obviously that makes things much more difficult wrt to proving program equivalence.
manasij7479|2 years ago
In most cases, you just slice the program to isolate pure computation, and just optimize that.
Most traditional compiler optimizations stick to that as well, the exceptions to this rule are carefully engineered.