Re: [Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2011-03-29 Thread Zoltan Varga
Yes. Zoltan On Tue, Mar 29, 2011 at 4:09 PM, Dick Porter wrote: > On 01/10/2010 2:35PM, Dick Porter wrote: > > Hi all > > > > Attached is a patch that implements the arch-specific register handling > > code for sparc, and ports the x86 ucontext macros to OpenSolaris/x86 > > (also enabling sgen

Re: [Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2011-03-29 Thread Dick Porter
On 01/10/2010 2:35PM, Dick Porter wrote: > Hi all > > Attached is a patch that implements the arch-specific register handling > code for sparc, and ports the x86 ucontext macros to OpenSolaris/x86 > (also enabling sgen for this platform). > Ok to commit these patches to git head? - Dick _

Re: [Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2010-10-02 Thread Andreas Färber
Am 01.10.2010 um 15:35 schrieb Dick Porter: > diff --git a/mono/utils/mono-sigcontext.h b/mono/utils/mono- > sigcontext.h > index a794a28..0cd3bc5 100644 > --- a/mono/utils/mono-sigcontext.h > +++ b/mono/utils/mono-sigcontext.h > @@ -67,6 +67,16 @@ > #define UCONTEXT_REG_ESI(ctx) (((ucontex

Re: [Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2010-10-01 Thread Zoltan Varga
Hi, Looks ok. You can delete that mono_jit_stats.method_trampolines line instead of commenting it out, it won't be needed in the future. Zoltan On Fri, Oct 1, 2010 at 3:35 PM, Dick Porter wrote: > Hi all > > Attached is a patch that implements the arch-specific register handling >

[Mono-dev] [PATCH] Enable sgen on sparc and Solaris

2010-10-01 Thread Dick Porter
Hi all Attached is a patch that implements the arch-specific register handling code for sparc, and ports the x86 ucontext macros to OpenSolaris/x86 (also enabling sgen for this platform). I've also commented out the mono_jit_stats.method_trampolines increment in tramp-sparc.c as that field doesn'