microsoft / CLRInstrumentationEngine

The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve efficiency of retargeting branches

delmyers opened this issue · comments

Currently, when we retarget branches during InsertBeforeAndRetargetOffsets, the entire graph is walked to locate branches and retarget them. We should improve on the efficiency of this.