-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
speculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative
Description
Basically a jmp instruction within a function, much like C's local goto. Requires two pieces of syntax:
- labels
gotostatements
One issue to keep in mind is that goto might get used anywhere return does, including this:
x = a < b ? -1 :
a > b ? +1 : goto equal
Also: is there any way we can hack this in with minimal changes using the existing macro syntax?
Metadata
Metadata
Assignees
Labels
speculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative