[Mono-dev] Building Mono on Linux/Alpha

Zoltan Varga vargaz at gmail.com
Wed Jan 25 11:12:45 EST 2006


                 Hi,

 Defining MONO_ARCH_HAVE_CREATE_SPECIFIC_TRAMPOLINE is the
preferred method.

         Zoltan

On 1/25/06, Sergey Tikhonov <tsv at solvo.ru> 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.
> tsv at solvo.ru
>
>



More information about the Mono-devel-list mailing list