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
In order to fix issue #1017, variables going out of scope were tracked and equivalent expressions that were invalidated by such variables were removed. But this causes the compile time to increase by 2.35%. Therefore, the deletion of invalid equivalent expressions needs to be optimized. (Ref PR: checkedc/checkedc-clang#1031)