Zalathar
a7832b14b1
Make the success arms of if lhs || rhs meet up in a separate block
...
In the previous code, the success block of `lhs` would jump directly to the
success block of `rhs`. However, `rhs_success_block` could already contain
statements that are specific to the RHS, and the direct goto causes them to be
executed in the LHS success path as well.
This patch therefore creates a fresh block that the LHS and RHS success blocks
can both jump to.
2024-02-29 20:24:43 +11:00
..
2024-02-26 10:40:48 +01:00
2024-02-21 20:15:52 +01:00
2024-02-27 18:11:23 +00:00
2024-02-27 18:11:23 +00:00
2024-02-28 08:55:37 +11:00
2024-02-28 08:55:35 +11:00
2024-02-25 22:24:31 +01:00
2024-02-28 08:55:35 +11:00
2024-02-28 08:55:37 +11:00
2024-02-28 08:55:35 +11:00
2024-02-27 03:27:48 +00:00
2024-02-28 08:55:37 +11:00
2024-02-28 08:55:35 +11:00
2024-02-28 08:55:37 +11:00
2024-02-28 20:39:38 +00:00
2024-02-24 18:53:48 +03:00
2024-02-22 08:03:47 +11:00
2024-02-25 08:14:52 +01:00
2024-02-15 10:34:41 +00:00
2024-02-28 08:55:37 +11:00
2024-02-28 08:55:35 +11:00
2024-02-27 10:45:19 +08:00
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-02-06 13:12:33 +11:00
2024-02-27 17:43:40 +00:00
2024-02-28 20:39:38 +00:00
2024-02-12 12:47:23 +08:00
2024-02-28 20:39:38 +00:00
2024-02-22 08:03:47 +11:00
2024-02-06 13:12:33 +11:00
2024-02-08 07:44:34 -05:00
2024-02-29 00:17:01 +01:00
2024-02-28 08:33:25 +11:00
2024-02-06 13:12:33 +11:00
2024-02-28 20:39:38 +00:00
2024-02-28 08:55:35 +11:00
2024-02-26 16:06:02 +01:00
2024-02-06 13:12:33 +11:00
2024-02-28 08:55:35 +11:00
2024-02-28 08:55:37 +11:00
2024-02-28 20:39:38 +00:00
2024-02-29 20:24:43 +11:00
2024-02-16 09:53:01 +00:00
2024-02-28 08:55:37 +11:00
2024-02-28 08:55:35 +11:00
2024-02-26 10:17:43 +01:00
2024-02-29 00:17:00 +01:00
2024-02-17 12:46:18 +01:00
2024-02-28 08:55:37 +11:00
2024-02-29 00:17:00 +01:00
2024-02-28 08:55:37 +11:00
2024-02-28 08:33:25 +11:00
2024-02-28 08:55:35 +11:00
2024-02-28 20:39:38 +00:00
2024-02-15 08:09:42 +01:00
2024-02-28 08:55:37 +11:00
2024-02-25 08:14:52 +01:00
2024-02-28 16:04:52 +01:00
2024-02-28 08:55:35 +11:00
2024-02-27 10:14:45 -05:00
2024-02-28 08:55:35 +11:00
2024-02-20 17:30:49 +01:00
2024-02-06 13:12:33 +11:00
2024-02-25 08:14:52 +01:00
2024-02-27 18:11:23 +00:00
2024-02-25 08:14:52 +01:00