This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Demur Rumed, Mark.Shannon, benjamin.peterson, christian.heimes, mark.dickinson, nascheme, ncoghlan, pitrou, rhettinger, serhiy.storchaka, trent
Date 2018-01-02.11:24:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514892267.23.0.467229070634.issue17611@psf.upfronthosting.co.za>
In-reply-to
Content
> With fixed deltas, it is not too hard to construct an algorithm to 
determine the correct stack size. The presence of JSR-style finally 
blocks complicates things a little, but not that much.

Any chance you can put that patch somewhere to get an idea of the additional complexity?

I'd like to gauge the total complexity of each approach including the stack size computation fix (since fixing that issue is one of the end goals).  Also, that would help compare your PR and Serhiy's on more equal terms.
History
Date User Action Args
2018-01-02 11:24:27pitrousetrecipients: + pitrou, nascheme, rhettinger, mark.dickinson, ncoghlan, christian.heimes, benjamin.peterson, trent, Mark.Shannon, serhiy.storchaka, Demur Rumed
2018-01-02 11:24:27pitrousetmessageid: <1514892267.23.0.467229070634.issue17611@psf.upfronthosting.co.za>
2018-01-02 11:24:27pitroulinkissue17611 messages
2018-01-02 11:24:26pitroucreate