Open AdamMil opened 5 years ago
Compile the following code:
for(;;) i++;
and then decompile it. The result is:
local i; i++; // [002] OP_JMP 0 -2 0 0
NutCracker doesn't realize that it's in a loop.
Compile the following code:
and then decompile it. The result is:
NutCracker doesn't realize that it's in a loop.