in reply to Re^2: Weird performance issue with Strawberries and Inline::C
in thread Weird performance issue with Strawberries and Inline::C
I was just making the point that C4 is naturally expected to be slower, to emphasize that you should write it like C3 if you don't want to rely on compiler optimization voodoo. It's nice when compiler optimizations work, but better to not rely on them. And yes I didn't do any of the effort to track down which optimization was lost and whether Perl's tooling was responsible.