Message308312
> This adds an overhead to every indexing.
I'm not doubting your results, but I'm curious how that happened. The extra
code in PyObject_GetItem is right before the point where it would otherwise
raise TypeError -- I presume you benchmark never reached that point. Could
it be that the compiler ends up rearranging the code in a way that is less
optimal for the instruction cache? |
|
| Date |
User |
Action |
Args |
| 2017-12-14 16:23:21 | gvanrossum | set | recipients:
+ gvanrossum, serhiy.storchaka, levkivskyi, xgdomingo |
| 2017-12-14 16:23:21 | gvanrossum | link | issue32226 messages |
| 2017-12-14 16:23:21 | gvanrossum | create | |
|