New submission from Mark Shannon <m...@hotpy.org>:
The DISPATCH() macro has two failings. 1. Its check for tracing involves too much pointer chaser. 2. The logic assumes that computed-gotos is the "fast path" which makes switch dispatch, and therefore Python on Windows unnecessarily slow. ---------- messages: 390410 nosy: Mark.Shannon priority: normal severity: normal status: open title: The DISPATCH() macro is not as efficient as it could be. _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43760> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com