On Fri, Jul 10, 2015 at 3:15 AM, Peter Crosthwaite
wrote:
> On Sat, May 30, 2015 at 11:11 PM, Peter Crosthwaite
> wrote:
>> Create a global list of tcg_exec_init functions that is populated at
>> startup. Multiple translation engines can register an init function
>> and all will be called on the
On Sat, May 30, 2015 at 11:11 PM, Peter Crosthwaite
wrote:
> Create a global list of tcg_exec_init functions that is populated at
> startup. Multiple translation engines can register an init function
> and all will be called on the master call to tcg_exec_init.
>
> Introduce a new module, translat
On 05/30/2015 11:11 PM, Peter Crosthwaite wrote:
> Create a global list of tcg_exec_init functions that is populated at
> startup. Multiple translation engines can register an init function
> and all will be called on the master call to tcg_exec_init.
>
> Introduce a new module, translate-common.
Create a global list of tcg_exec_init functions that is populated at
startup. Multiple translation engines can register an init function
and all will be called on the master call to tcg_exec_init.
Introduce a new module, translate-common. This is a common-obj for
translation functionality such as