]> granicus.if.org Git - python/commit
Issue #28618: Mark dict lookup functions as hot
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Nov 2016 14:13:40 +0000 (15:13 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Nov 2016 14:13:40 +0000 (15:13 +0100)
commitc7a8f67411f45d26910c71603fe5a567f1dd6605
treecb724562de7cb909bf6259828a9e5cab56ef50bf
parentd5f599a39270b4fd791f7e0190bede9911bb0e52
Issue #28618: Mark dict lookup functions as hot

It's common to see these functions in the top 3 of "perf report".
Include/pyport.h
Objects/dictobject.c