You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search float stack dimensions for self-recursive word effects
The self-recursive fixpoint search only tried data stack dimensions.
Words like trace-ray that take float inputs ({1, 0, 6, 3}) were
rejected. Now the search also covers FIn and FOut up to the float
depth at the first RECURSE call.
0 commit comments