Bug 224473

Summary: [JSC] Remove CodeBlock::m_constantsSourceCodeRepresentation
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: 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 Flags
Patch mark.lam: review+, ews-feeder: commit-queue-

Yusuke Suzuki
Reported 2021-04-12 22:40:17 PDT
[JSC] Remove CodeBlock::m_constantsSourceCodeRepresentation
Attachments
Patch (10.92 KB, patch)
2021-04-12 22:47 PDT, Yusuke Suzuki
mark.lam: review+
ews-feeder: commit-queue-
Yusuke Suzuki
Comment 1 2021-04-12 22:47:30 PDT
Mark Lam
Comment 2 2021-04-12 23:40:05 PDT
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/
Yusuke Suzuki
Comment 3 2021-04-13 00:02:16 PDT
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.
Yusuke Suzuki
Comment 4 2021-04-13 00:08:04 PDT
inspector/canvas/shaderProgram-add-remove-webgpu.html is flaky (it was failing with the same kind of error).
Yusuke Suzuki
Comment 5 2021-04-13 00:35:47 PDT
Radar WebKit Bug Importer
Comment 6 2021-04-13 00:36:14 PDT
Yusuke Suzuki
Comment 7 2021-04-13 01:34:56 PDT
Note You need to log in before you can comment on or make changes to this bug.