New submission from Geoffrey Sneddon <[email protected]>: Given 2.0b2 patched with 4943ac67b80 and 33015de (so that it builds at all with 4.8), MemoryErrors are hit frequently.
`virtualenv -p pypy env` produces a MemoryError (virtualenv 1.9.1). Trying with shadowstack, a virtualenv can be created. However, attempting to self-host still fails (~instantly, <1s). arigato suggested trying with JIT off, and this appears to be building fine (though is still going, will report back). ---------- messages: 5564 nosy: gsnedders, pypy-issue priority: bug release: 2.0 status: unread title: MemoryError (from JIT?) when built with GCC 4.8 ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1450> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
