[pypy-issue] [issue1675] Avoid double calls: jitted code -> helper -> real function

Armin Rigo tracker at bugs.pypy.org
Thu Jan 16 11:59:51 CET 2014


New submission from Armin Rigo <armin.rigo at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1675>
________________________________________


More information about the pypy-issue mailing list