-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
optimizationA suggestion for a new USM optimizationA suggestion for a new USM optimization
Milestone
Description
Shouldn't be hard to implement a basic tail recursion optimization: If the last operation in a function is a call to the same function, replace the call with jump to start. 1
Clinger98 is probably a good start. I came up with this issue after seeing the added tail call interpreter to Python 3.14, although it seems quite different than this optimization. 2
Footnotes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
optimizationA suggestion for a new USM optimizationA suggestion for a new USM optimization