Re: [PATCH v9 0/6] MR9147: rometadata: Implement CIL assembly/metadata reader + some IMetaDataTables methods.
13 Oct
2025
13 Oct
'25
7:44 a.m.
On Mon Oct 13 09:20:43 2025 +0000, Hans Leidekker wrote:
If you make this an array of struct metadata_stream and add the name to struct metadata_stream you don't need the streams array in assembly_parse_headers(). But then wouldn't we need to always iterate through the array with `strcmp` to get a particular stream (for instance, in `assembly_get_heap_size`, `assembly_get_{string, blob, guid}`)? The spec doesn't say that streams need to appear in a certain order, so we wouldn't be able to use fixed indices to this array.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9147#note_118375
67
Age (days ago)
67
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vibhav Pant (@vibhavp)