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
LCK06J and VNA00J propagate unsafe instructions along the call graph. However, the markers reported by Keshmesh do not include sufficient information to discover the root cause each marker. One possibility would be to include the immediate neighboring call graph nodes that propagated unsafe instructions to each marker. For example, in the following piece of code, the marker at line 2 would include references to the instructions at lines 5 and 6. Likewise, the marker at line 6 would refer to the instruction at line 9.
LCK06J and VNA00J propagate unsafe instructions along the call graph. However, the markers reported by Keshmesh do not include sufficient information to discover the root cause each marker. One possibility would be to include the immediate neighboring call graph nodes that propagated unsafe instructions to each marker. For example, in the following piece of code, the marker at line 2 would include references to the instructions at lines 5 and 6. Likewise, the marker at line 6 would refer to the instruction at line 9.
The text was updated successfully, but these errors were encountered: