readonly
readonly copied to clipboard
benchmark.pl: There is no $code->{roxs}
In the benchmark, there's a reference to a roxs, but from the code it seems that it's assumed that both &ro and &ro_simple use Readonly::XS, whereas &rotie doesn't, so if Readonly::XS is not found, then there is no need for &rotie because the other two don't have XS.