view paper/codes/sync.c @ 122:a3ff00c33fd7 default tip

update slide
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 20 Feb 2019 12:05:38 +0900
parents 95a686c0087f
children
line wrap: on
line source

 __code cbc_next(INTER i){
+    i.tc->interp_cur_op         = &i.cur_op;
+    i.tc->interp_bytecode_start = &i.bytecode_start;
+    i.tc->interp_reg_base       = &i.reg_base;
+    i.tc->interp_cu             = &i.cu;
     __code (*c)(INTER);
     c = CODES[NEXT_OP(i)];