Re: [racket-dev] Connection issue with the "Infogroep" mirror

2014-05-30 Thread Sam Vervaeck
Ah, I suspected as much :) Probably somebody has forgotten to send the mail to the right person, our apologies for that. I have made the changes, http://racket.infogroep.be should be back up. As for the email: I'll send you an answer right away. Glad to help, Sam op 28-05-14 16:31, Matthew Fl

Re: [racket-dev] JIT buffer overflow

2014-05-30 Thread Matthew Flatt
My guess is that this is related to a transition from 32-bit branches to 64-bit branches in JIT-generated code, which happens onx x86_64 when enough code has been JITted to span an address range larger than 2^31 (and that's likely to happen late in a build when using 7 places). I haven't been able