rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.7k stars 85 forks source link

Remove JumpIfBranch instruction #735

Closed udoprog closed 1 month ago

udoprog commented 1 month ago

If we turn Select into an internally jumping instruction instead, we don't need to have additional logic to jump by branch.