Bug 286703
| Summary: | [Yarr] Update YarrJIT disassembly to happen after we perform all other link tasks | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Saboff
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/143844502>
Michael Saboff
Pull request: https://github.com/WebKit/WebKit/pull/39716
EWS
Committed 289542@main (80442335b668): <https://commits.webkit.org/289542@main>
Reviewed commits have been landed. Closing PR #39716 and removing active labels.