Brett Cannon added the comment:

Inlining wouldn't break Pyjion since all of its smarts would be in the 
trampoline function in PyInterpreterState. It may break other debuggers like 
Python Tools for Visual Studio, though (+steve.dower for that).

But is the overhead honestly that high to warrant inlining? What kind of perf 
gain do you see from doing this? My worry is that if the perf isn't that much 
better that inlining will simply make it harder to tweak that function in the 
future.

----------
nosy: +dino.viehland, steve.dower

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28924>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to