[pypy-issue] [issue1115] build error with some options

Armin Rigo tracker at bugs.pypy.org
Wed Apr 4 17:13:52 CEST 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

amaury: Ah, if that's the error, then I think we will ignore it as long as it
doesn't show up in "normal" builds.  (It means there are too many classes on
32-bit, and is directly caused by --gcremovetypeptr.  On 64-bit the limit is
much higher.)

reportmp: There is little point in specifying tons of options, because the ones
enabled in a default "-Ojit" build should give you the fastest result.  You may
want to enable additional options only if you know what you are doing and why. 
I know for sure that at least half the options you give definitely make things
worse, and the other half is unneeded because enabled by default; only a couple
of options have a not-so-clear effect on speed.

----------
nosy: +arigo
status: chatting -> wontfix

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1115>
________________________________________


More information about the pypy-issue mailing list