[pypy-issue] Issue #2323: SCons slower on pypy (pypy/pypy)

Daniel Holth issues-reply at bitbucket.org
Mon Jun 13 10:41:32 EDT 2016


New issue 2323: SCons slower on pypy
https://bitbucket.org/pypy/pypy/issues/2323/scons-slower-on-pypy

Daniel Holth:

SCons does a lot of `__class__` assignment with classes using `__slots__` and interestingly this didn't work on pypy even though the slots matched, so https://bitbucket.org/dholth/scons takes `__slots__` out with a metaclass.

Disregarding the issue that prevents it from running at all it is perhaps 20% slower, for example building the `local-zip` target. Perhaps that is interesting to you. Thanks.




More information about the pypy-issue mailing list