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
Better handling of thunk functions (can safely be removed in the normalization pass)
Sometimes there might be some code duplication. When function A jump to function B sometimes the whole code of function B is copied within function A instead of considering the jump like a function call
Possible ideas:
Ajump to functionBsometimes the whole code of functionBis copied within functionAinstead of considering the jump like a function call