[Mono-devel-list] ppc aot

Joe Ante joe at otee.dk
Fri Oct 1 09:19:39 EDT 2004


Hi,

> Lupus wrote:
> AOT compilation will reduce the overhead a lot, to at least < 0.5
> seconds, but it's not yet tested/supported on ppc: some people are
> interested though, so expect news on that front in the next few weeks.
Is anything happening on this front?


When aot'ting mcs mono asserts inside emit_method:
                g_warning ("unable to handle jump info %d",
patch_info->type);

It seems like MONO_PATCH_INFO_BB_OVF and MONO_PATCH_INFO_EXC_OVF is only
emitted in the ppc jitter inside EMIT_COND_BRANCH_FLAGS.
And the aot patch code emit_method and mono_aot_load_method doesn't support
patching them.

So i'd really like to get aot running on ppc.
If someone can give me a outline of what should be done to fix this, i am
willing to spend some time on it.

Joachim Ante





More information about the Mono-devel-list mailing list