Hi,

 Defining MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE is the
preferred method.

         Zoltan

On 1/25/06, Sergey Tikhonov <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Zoltan Varga wrote:
>
> >                                    Hi,
> >
> >  There is some documentation of the JIT in mono/docs. It is not very
> >organized, but
> >contains lots of useful info, particularly mini-porting.txt.
> >
> >
> Thank you, this is what I was looking for. Ok, I did first round and
> created all files and "stub" arch callbacks. Got "mono" executable
> build.
> There is a define "MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLIME" which
> controls what arch callback methods to call.
> For example: it chooses between "mono_arch_create_specific_trampoline"
> or "mono_arch_create_class_init_trampoline" ... Which
> one is better to implement? It seems that some arch prefer
> "mono_arch_create_specific_trampoline", but others - more specific method.
>
> Thank you,
>
> --
> Sergey Tikhonov
> Solvo Ltd.
> [EMAIL PROTECTED]
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to