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
Improve performance of SynchronizationObjectCoalescing
This change is to make faster of searching through basic blocks in SynchronizationObjectCoalescing. Properties of memory access and synchronization instruction are cached in seperate containers. Moreover, there is reduced the number of used temporary containers. Additionally, each redundancy is optimized one by one so SynchronizationObjectCoalescingAnalysis is redundant and merged with SynchronizationObjectCoalescing.
0 commit comments