On Tue, Dec 13, 2011 at 7:24 PM, David Naylor <[email protected]> wrote: > On Tuesday, 13 December 2011 19:03:09 Maciej Fijalkowski wrote: >> On Tue, Dec 13, 2011 at 6:55 PM, David Naylor <[email protected]> > wrote: >> > On Tuesday, 13 December 2011 18:16:26 Maciej Fijalkowski wrote: >> >> On Tue, Dec 13, 2011 at 6:14 PM, Maciej Fijalkowski <[email protected]> >> > >> > wrote: >> >> > Hi David, CC pypy-dev >> >> > >> >> > Can you explain the choice of options here: >> >> > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/pypy/Makefile?rev=1.1 >> >> > ;co ntent-type=text%2Fplain;only_with_tag=HEAD >> >> > >> >> > Especially, the objspace, gc and gcrootfinder choices. >> >> > >> >> > Cheers, >> >> > fijal >> > >> > Hi >> > >> >> I guess I simply mistaken examples for real code, sorry >> > >> > For reference, the predefined options are at: >> > http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/pypy/files/bsd.pypy.inst >> > .mk?rev=1.1 >> > >> > Currently there are the default, sandbox and CLI predefined options. The >> > CLI currently is not supported (WIP). >> > >> > Regards >> >> Cool, that all sounds good, --thread is on by default you don't have >> to specify it (it also does not hurt). > > Thanks, I'll remove --thread. I prefer to keep the default implicit (avoids > having to track them).
You need --gcrootfinder=shadowstack for clang-based build, however the resulting executable *is* slower, so it's not advised to use it with gcc _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
