New submission from Armin Rigo <[email protected]>: In some cases our assembler contains calls to helpers whose only purpose is to call the real functions. Example: PyPy contains 295 versions of the function _ll_0_alloc_with_del. Avoid this.
---------- messages: 6489 nosy: arigo, pypy-issue priority: performance bug status: unread title: Avoid double calls: jitted code -> helper -> real function ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1675> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
