Hacker News new | ask | show | jobs
by gpm 1467 days ago
Speaking of the rr folk, they also had the fascinating point that you can reliably generate a "stack trace" by figuring out which `call` instructions were executed with what values (also other jump instructions I suppose), instead of walking the stack. Thereby skipping the whole "parsing the stack is insanely difficult and unreliable" issue.
1 comments

FWIW, that's from pernosco, not rr.
I think it's the same people?
It is. rr records the trace and the Pernosco converts it into a database that can be queried.