Re: [Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Alex Rønne Petersen
Hi Mathieu, So it would be appropriate to change the #if to #if defined (TARGET_POWERPC) || defined (TARGET_POWERPC64) if I understand the problem correctly? Regards, Alex On Mon, Apr 11, 2016 at 10:18 AM, Mathieu Malaterre wrote: > # set patch tag at least to get some

Re: [Mono-dev] Bug#819711: PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
On Mon, Apr 11, 2016 at 10:27 AM, Jo Shields wrote: > > > On 11/04/16 09:18, Mathieu Malaterre wrote: >> # set patch tag at least to get some attention, may need some tweaking >> # since pagesize on buildd machine != user installed one >> Control: tags -1 patch >> >> On Thu,

Re: [Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
No. This should be -ideally- a runtime configuration. pagesize setting(s) during compilation is not the pagesize setting(s) during execution. I am hoping someone with better understanding of sgen implementation could comment on a better runtime patch. -M On Mon, Apr 11, 2016 at 10:32 AM, Alex

Re: [Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
Actually... that should work. Maybe this will put some more stress on some small systems (small memory size). On Mon, Apr 11, 2016 at 10:32 AM, Alex Rønne Petersen wrote: > Hi Mathieu, > > So it would be appropriate to change the #if to > > #if defined (TARGET_POWERPC) ||

Re: [Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Alex Rønne Petersen
Yep, it's certainly not ideal; run-time detection would be, and I think it should be possible to change SGen to do that. But I wouldn't mind applying that change to Mono if it helps Debian's builds. It seems like a reasonable enough workaround in the meantime. On Mon, Apr 11, 2016 at 10:46 AM,

[Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
# set patch tag at least to get some attention, may need some tweaking # since pagesize on buildd machine != user installed one Control: tags -1 patch On Thu, Mar 31, 2016 at 2:37 PM, Mathieu Malaterre wrote: > Dear all, > > I am currently trying to resurrect Mono debian

Re: [Mono-dev] Bug#819711: PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Jo Shields
On 11/04/16 09:18, Mathieu Malaterre wrote: > # set patch tag at least to get some attention, may need some tweaking > # since pagesize on buildd machine != user installed one > Control: tags -1 patch > > On Thu, Mar 31, 2016 at 2:37 PM, Mathieu Malaterre wrote: >> Dear all,