At Fri, 18 Dec 2015 19:04:32 -0400, David Bremner wrote: > Juan Francisco Cantero Hurtado <[email protected]> writes: > > > On Friday 18 December 2015 13:42:32 Matthew Flatt wrote: > >>At Fri, 18 Dec 2015 13:21:29 -0400, David Bremner wrote: > >>> > >>> I can try a single threaded build later, but I wondered if the huge > >>> number of warnings from the JIT code was normal. > >> > >>Those warnings are normal for some variants of gcc, but the JIT should > >>not be used at all for PPC64, so that seems likely to be the problem. > >> > >>The PPC JIT is currently enabled by > >> > >> # if defined(__powerpc__) && !defined(__powerpc64__) > > > > I added that change to sconfig. I tested racket on fedora ppc64 big > > endian and fedora ppc64 little endian. Both are IBM POWER systems. > > I don't understand what you had to add? According to Matthew, that is > the test already there? Although I didn't the exact test anywhere in the > 6.3 source.
Ah --- looking again, I see that the condition above wasn't in v6.3. Juan Francisco supplied the patch in October, but after the branch for v6.3. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/5674924b.c864420a.2eff6.2925SMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.
