[pypy-dev] Free BSD pypy port

Maciej Fijalkowski fijall at gmail.com
Tue Dec 13 18:28:07 CET 2011


On Tue, Dec 13, 2011 at 7:24 PM, David Naylor <naylor.b.david at gmail.com> wrote:
> On Tuesday, 13 December 2011 19:03:09 Maciej Fijalkowski wrote:
>> On Tue, Dec 13, 2011 at 6:55 PM, David Naylor <naylor.b.david at gmail.com>
> wrote:
>> > On Tuesday, 13 December 2011 18:16:26 Maciej Fijalkowski wrote:
>> >> On Tue, Dec 13, 2011 at 6:14 PM, Maciej Fijalkowski <fijall at gmail.com>
>> >
>> > 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


More information about the pypy-dev mailing list