|
From: Petter M. <amb...@we...> - 2012-07-17 12:04:08
|
Hello, I have a question about the execution of dirty helper code. Will the dirty helper code be translated into IR during execution? If not will the code be executed on the simulated CPU? Thanks in advance for your help. -- Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App für iPhone und Android. https://produkte.web.de/freemail_mobile_startseite/ |
|
From: Florian K. <br...@ac...> - 2012-07-17 13:04:01
|
On 07/17/2012 08:03 AM, Petter Meier wrote: > Hello, > > I have a question about the execution of dirty helper code. Will the dirty helper code be translated into IR during execution? If not will the code be executed on the simulated CPU? > The dirty helper function is executed natively on the host. It is not translated to IR. Florian |