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
We need to have a context sensitive variable name factory capable of resolving variable name clashes within generated code blocks so that temporary names do not clash with ones from the original method signature.
The text was updated successfully, but these errors were encountered:
Add a variable name factory that considers predefined names and resolves name clashes.
Expose variable name clash resolution via the generation context of a single method.
Closes#3270
Original pull request: #3271
Refine local variable handling to logical and physical naming where the logical name is used in AOT contributor code while the physical name is rendered.
See #3270
Original pull request: #3271
We need to have a context sensitive variable name factory capable of resolving variable name clashes within generated code blocks so that temporary names do not clash with ones from the original method signature.
The text was updated successfully, but these errors were encountered: