vtereshkov / umka-lang

Umka: a statically typed embeddable scripting language
BSD 2-Clause "Simplified" License
1.05k stars 53 forks source link

Optimize `switch` #403

Open vtereshkov opened 4 months ago

vtereshkov commented 4 months ago

The switch statement should be implemented as a jump table rather than an if/else chain.