Amaury Forgeot d Arc <[email protected]> added the comment: +1, especially if we have a custom allocator for those nodes (CPython uses a PyArena) Importing large .py files is very slow with pypy (5x for 30k lines) and I measured that it's because of GC pressure.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1472> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
