| Summary: | [JSC] Remove CodeBlock::m_constantsSourceCodeRepresentation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> | ||||
| Component: | New Bugs | Assignee: | Yusuke Suzuki <ysuzuki> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Yusuke Suzuki
2021-04-12 22:40:17 PDT
Created attachment 425837 [details]
Patch
Comment on attachment 425837 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425837&action=review r=me > Source/JavaScriptCore/ChangeLog:13 > + And it array is effectively accessed only when compiling DFG code. So we should remove copy of that in CodeBlock, and /it array/the array/ Comment on attachment 425837 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425837&action=review Thanks! >> Source/JavaScriptCore/ChangeLog:13 >> + And it array is effectively accessed only when compiling DFG code. So we should remove copy of that in CodeBlock, and > > /it array/the array/ Fixed. inspector/canvas/shaderProgram-add-remove-webgpu.html is flaky (it was failing with the same kind of error). Committed r275866 (236431@main): <https://commits.webkit.org/236431@main> Committed r275870 (236435@main): <https://commits.webkit.org/236435@main> |