Re: [racket-dev] Questions about the GC code

2014-07-15 Thread Juan Francisco Cantero Hurtado
On 07/15/14 07:00, Matthew Flatt wrote: The "gc" directory is Boehm's GC. We've modified it a little (grep for "PLTSCHEME"), but we try not to maintain the GC itself, except to upgrade every once in a while. Sorry, I should to look the code before of to ask :) . I thought the boehm gc version

Re: [racket-dev] Questions about the GC code

2014-07-14 Thread Matthew Flatt
The "gc" directory is Boehm's GC. We've modified it a little (grep for "PLTSCHEME"), but we try not to maintain the GC itself, except to upgrade every once in a while. See http://www.hboehm.info/gc/ for the latest version, the mailing list, etc. I should look again at making Racket work with

[racket-dev] Questions about the GC code

2014-07-14 Thread Juan Francisco Cantero Hurtado
I've been reading the code of the files gc/os_dep.c and gc/include/private/gcconfig.h. I've some questions related to OpenBSD. --- In the X86_64 config, the file defines STACKBOTTOM and HEURISTIC2 (unused because racket picks STACKBOTTOM). What's the preferred?. I'm asking because I don't kno