Closed
Description
Right now there's a special case in handling this opcode:
Lines 3060 to 3073 in 5ffdaf7
It comes from older version of ceval.c
:
Lines 4379 to 4395 in 2810787
But, I think that the needed optimizaion is there:
Lines 774 to 777 in 5ffdaf7
So, I think this can be safely removed.
I will send a PR.