3 Feb
2026
3 Feb
'26
5:12 a.m.
This MR continues improving PDB support: - by no longer creating symt for global and file static variables (the function static are still created as symt), - starting implementing some direct access for top module and compiland objects - it incidentaly fixes support for thread storage variables. This reduces memory footprint and optimizes initial debug info load time (up to a couple of seconds on large PDB files). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10018