Re: [Qemu-devel] Switch off use of helper functions

2012-04-05 Thread 陳韋任
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

2012-04-04 Thread Rajat Goyal
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.