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
The trashcan mechanism is over 20 years old and the code could do with a bit of streamlining.
There is a lot of indirection and a fair bit of redundancy as it implements its own depth counter.
Reworking the code to use the C recursion counter and removing most of the calls can streamline the code considerably.
The trashcan mechanism is over 20 years old and the code could do with a bit of streamlining.
There is a lot of indirection and a fair bit of redundancy as it implements its own depth counter.
Reworking the code to use the C recursion counter and removing most of the calls can streamline the code considerably.
Linked PRs
The text was updated successfully, but these errors were encountered: