Eric Pouech eric.pouech@gmail.com writes:
The following series implements inline site and (local) scope contexts
V2:
- reorder patches to have full functionnalities earlier
- added the dwarf backend modifications
Alexandre, if you think this is too big for once, you can decide to split between those blocks: [01/08]: stack walk and symbol info for inline contexts (+ dwarf backend support) [09/10]: (local) scope management functions [11/15]: line info for inline context (+ dwarf backend support)
It's still mostly dead code in the first patches. Please try to only introduce helpers in the patch that is using them. If it makes the patches too large you need to find another way to split them. Adding functions in one patch and callers in another is not a meaningful split.