compile.c: trivial refactoring
Use for instead of while to make it explicit that it is a traverse of bytecode.
for
while
compile.c: trivial refactoring
Use
forinstead ofwhileto make it explicit that it is a traverseof bytecode.