Skip to content

Commit 5515cb5

Browse files
committed
fix: correct entry value recovery edge cases
Gate outgoing call-site reuse to inline contexts and scan callers on demand for non-inline lookups. Reconstruct breg entry values from entry-time state.
1 parent 6bffbff commit 5515cb5

8 files changed

Lines changed: 813 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e-tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tempfile = { workspace = true }
2121
lazy_static = { workspace = true }
2222
scopeguard = { workspace = true }
2323
serial_test = { workspace = true }
24+
gimli = { workspace = true }
2425
object = { workspace = true }
2526
ghostscope-compiler = { version = "0.1.3", path = "../ghostscope-compiler" }
2627
ghostscope-dwarf = { version = "0.1.3", path = "../ghostscope-dwarf" }

0 commit comments

Comments
 (0)