[PATCH 00/15 v2] Inlines and scopes

Alexandre Julliard julliard at winehq.org
Mon Oct 25 14:16:04 CDT 2021


Eric Pouech <eric.pouech at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list