yjit
yjit copied to clipboard
Optimize `Module#===`
This is also used very often in SFR, because of case...when patterns. It seems to be used most often with arrays and hashes, so I'm wondering if we could peek at the input and just guard on T_HASH and T_ARRAY 🤔
This will need extensive tests for corner cases, etc.