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
do we assume call don't return until we can prove that they do?
or do we backtrack and remove code once we've found a function is noret?
gut feeling is that the cleanup strategy is easier for analysis passes, cause its one less thing to worry about. but it means that we need robust code cleanup logic.
where do we track the noret attribute?
The text was updated successfully, but these errors were encountered:
do we assume
call
don't return until we can prove that they do?or do we backtrack and remove code once we've found a function is
noret
?gut feeling is that the cleanup strategy is easier for analysis passes, cause its one less thing to worry about. but it means that we need robust code cleanup logic.
where do we track the
noret
attribute?The text was updated successfully, but these errors were encountered: