[Mono-dev] Building Mono on Linux/Alpha

Sergey Tikhonov tsv at solvo.ru
Wed Jan 25 11:11:00 EST 2006


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