Re: [Qemu-devel] Switch off use of helper functions
On Wed, Apr 04, 2012 at 02:56:37PM +0100, Rajat Goyal wrote: > Is there any way in QEMU to switch off the use of helper functions and make > it translate target code to TCG code using only TCG micro-ops and not calls > to helper functions? Writing TCG micro-ops to do complicated tasks done by he
[Qemu-devel] Switch off use of helper functions
Is there any way in QEMU to switch off the use of helper functions and make it translate target code to TCG code using only TCG micro-ops and not calls to helper functions? Rajat.