root icon indicating copy to clipboard operation
root copied to clipboard

Improvements to debug/perf symbols for jitted code

Open eguiraud opened this issue 3 years ago • 0 comments

As discussed during https://indico.cern.ch/event/1176978/ :+1:

  • [ ] always add EXTRA_CLING_ARGS='-O0 -fno-omit-frame-pointer' when CLING_DEBUG=1`
  • [ ] suggest re-running with CLING_DEBUG=1 in 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

eguiraud avatar Jun 30 '22 15:06 eguiraud