Re: [Mono-dev] IA-64 big-endian

2009-11-13 Thread Rayson Ho
Pablo, How's the IA-64 big-endian port?? I just found the email I sent earlier to the list, but I think IA64 big-endian port has to deal with other issues than the ones I fixed for the loongson (MIPS EL) port: http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg21459.html Rayson

Re: [Mono-dev] IA-64 big-endian

2009-10-30 Thread pablosantosl...@terra.es
Hi, The most important thing is to find out the differences between Big Endian Mode IA-64 and Little Endian Mode IA-64 -- not just the byte or word order, but also find out how things are different when function call parameters are passed via the stack. BTW, Linux on Itanium runs in little

Re: [Mono-dev] IA-64 big-endian

2009-10-29 Thread Zoltan Varga
Hi, It would probably require a lot of modifications but its easier than a full port since most of the code is there. Zoltan On Thu, Oct 29, 2009 at 6:22 PM, Dick Porter dpor...@codicesoftware.comwrote: Hi all I've been spending the last couple of days getting mono

Re: [Mono-dev] IA-64 big-endian

2009-10-29 Thread pablosantosl...@terra.es
Zoltan, Would you mind sharing with us your thoughts about the things to change so we can have an idea of what's involved? As Dick pointed, would we need a hardware manual? Thanks, pablo Zoltan Varga wrote: Hi, It would probably require a lot of modifications but its easier

Re: [Mono-dev] IA-64 big-endian

2009-10-29 Thread Zoltan Varga
Some things: - the instruction emission macros need to be changed so they emit in big-endian mode. that should be pretty easy. - other than that, I'm not sure what needs to be changed, I would try running the runtime test suites to see what works and what doesn't. - you probably need to read