http://www.perlmonks.org?node_id=935961


in reply to Re^6: code optimization
in thread code optimization

Yeah, I guess my results show division is a bit slower(on most runs, just on one of 'em it was actually faster)

Maybe it's possible to tell the compiler to not jump to optimizations.

Also, isn't 1*i a bit too easy ?