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: deduplicate symbol maps, unwind_data and debug info
- Store pid-agnostic data in a file or json map under a mapped
`path_key` for each elf
- For each pid, store pid specific data, mostly the computed
load_bias from where each module was loaded into memory at
runtime, alongside a key to retrieve the pid-agnostic data
This way, we only write to disk relevant parts of the information.
0 commit comments