Message 285451 - Python tracker (original) (raw)

Slower (63):

This benchmark was run with LTO+PGO. It seems like PGO produced less efficient machine code with the patch. Maybe a missed optimization.

Oh, I just realized that I announced that objects with a call() are faster, but it's not the case yet! Such object still gets slot_tp_call() as tp_call which isn't a fastcall!