Currently the compiler generates cascading conditional branches for SWITCH instruction. We should consider using switch table if there are many case arms.