SWITCH_START 684 core/vm.c #define SWITCH_START(op) goto *jmptbl[op.code]; SWITCH_START 688 core/vm.c #define SWITCH_START(op) switch (op.code) {