e219aaf034lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
%!s(int64=17) %!d(string=hai) anos
Felix Fietkau
62333dabe1improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test