Improve SPARSE_SWITCH handling in interpreter.
This CL avoids to set "next" instruction twice. We used to first set "next" instruction to the instruction following the SPARSE_SWITCH. Then, we set it to the instruction corresponding to the entry we find in the table. We now set it only once: either we branch or we continue. Change-Id: Ic93cd0abae00edb1fb952c34bc9031fffc7f4a35
Loading
Please sign in to comment