RESOLVED FIXED286703
[Yarr] Update YarrJIT disassembly to happen after we perform all other link tasks
https://bugs.webkit.org/show_bug.cgi?id=286703
Summary [Yarr] Update YarrJIT disassembly to happen after we perform all other link t...
Michael Saboff
Reported 2025-01-29 13:51:46 PST
Currently the dumping by the disassembler happens before we run the various link tasks as part of finalization. This means that the disassembly will have zeroed targets where we call out to the ReadUnicodeCharacterHelper and for backtrack links.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-01-29 13:53:27 PST
Michael Saboff
Comment 2 2025-01-29 13:57:27 PST
EWS
Comment 3 2025-01-29 21:15:56 PST
Committed 289542@main (80442335b668): <https://commits.webkit.org/289542@main> Reviewed commits have been landed. Closing PR #39716 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.