lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Am 2017-04-05 15:16, schrieb Roberto Ierusalimschy:

#define vmbreak		vmfetch(); vmdispatch(GET_OPCODE(i));

my vmbreak is continue, this variant shaves another percent off, and brings
it to a bit more than 4% speed improvement on the average.

Gunnar