root
root copied to clipboard
Improvements to debug/perf symbols for jitted code
As discussed during https://indico.cern.ch/event/1176978/ :+1:
- [ ] always add
EXTRA_CLING_ARGS='-O0 -fno-omit-frame-pointer' whenCLING_DEBUG=1` - [ ] suggest re-running with
CLING_DEBUG=1in the message surrounding the ROOT-generated stack traces - [ ] investigate the runtime and memory cost of
CLING_DEBUG=1, consider having it on by default in some cases, e.g. for interactive usage