On 09/27/2012 04:08 PM, Aurelien Jarno wrote: >> > In which case, because the non-qemu store insns cannot raise exceptions, >> > there ought to be exactly zero instances of TCG_OPF_SIDE_EFFECTS remaining. >> > At which point we simply ought to remove it. >> > > I don't understand, the qemu/load store still need to keep this > TCG_OPF_SIDE_EFFECTS. Even a load to a dead output argument might > trigger a TLB miss exception, and thus should be fixed.
Ah, true. r~