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
feat(tracegrind): proper nested inline tracking via InlIPCursor stack diffing
Replace flat single-pointer inline tracking with a per-BB inline call
stack built via Valgrind's InlIPCursor API. BB-to-BB transitions now
diff the old and new inline stacks to emit the minimal EXIT/ENTER
sequence, producing correct containment (ENTER outer → ENTER inner →
EXIT inner → EXIT outer) instead of flat transitions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments