New submission from Fijal <[email protected]>: Seems that round_up_for_allocation is not inlined for reasons unknown. It ends up a bit everywhere in the C source (and gcc can't inline it either because of cross-file access). Might be a performance problem.
---------- messages: 5562 nosy: fijal, pypy-issue priority: performance bug status: unread title: round_up_for_allocation from llarena is not inlined ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1449> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
