ruby/yjit
John Hawthorn 2dff1d4fda
YJIT: Fix raw sample stack lengths in exit traces (#7728)
yjit-trace-exits appends a synthetic sample for the instruction being
exited, but we didn't increment the size of the stack. Fixing this count
correctly lets us successfully generate a flamegraph from the exits.

I also replaced the line number for instructions with 0, as I don't
think the previous value had meaning.

Co-authored-by: Adam Hess <HParker@github.com>
2023-04-18 10:09:16 -04:00
..
bindgen YJIT: Add codegen for Integer methods (#7665) 2023-04-05 13:19:31 -07:00
src YJIT: Fix raw sample stack lengths in exit traces (#7728) 2023-04-18 10:09:16 -04:00
.gitignore
Cargo.lock YJIT: Instrument global allocations on stats build (#6712) 2022-11-13 12:54:41 -05:00
Cargo.toml YJIT: Make dev_nodebug closer to dev (#7570) 2023-03-20 13:03:22 -07:00
not_gmake.mk YJIT: Fix shared/static library symbol leaks 2023-01-27 12:28:09 -05:00
yjit.mk Allow testing a different version 2023-04-13 17:53:41 -07:00