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 gvanrossum
Recipients BTaskaya, Guido.van.Rossum, Mark.Shannon, barry, corona10, gvanrossum, methane, nascheme, pablogsal, yselivanov
Date 2021-01-06.05:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609909417.02.0.398733681133.issue42115@roundup.psfhosted.org>
In-reply-to
Content
Do we have good intuition or data about which operations need speeding up most? Everybody always assumes it's BINARY_ADD, but much Python code isn't actually numeric, and binary operations aren't all that common. (For example, IIRC at my previous employer the hottest code was some kind of web template expansion and another bottleneck was marshalling RPC requests and results.)

Optimizers usually evolve to be excellent at optimizing the benchmark du jour -- what benchmark do we want to use?
History
Date User Action Args
2021-01-06 05:03:37gvanrossumsetrecipients: + gvanrossum, barry, nascheme, methane, Mark.Shannon, yselivanov, Guido.van.Rossum, corona10, pablogsal, BTaskaya
2021-01-06 05:03:37gvanrossumsetmessageid: <1609909417.02.0.398733681133.issue42115@roundup.psfhosted.org>
2021-01-06 05:03:37gvanrossumlinkissue42115 messages
2021-01-06 05:03:36gvanrossumcreate