[JSC] CodeBlock::shrinkToFit should shrink m_constantRegisters and m_constantsSourceCodeRepresentation in 64bit architectures
Created attachment 389999 [details] Patch
Created attachment 390001 [details] Patch
Comment on attachment 390001 [details] Patch r=me
Committed r255987: <https://trac.webkit.org/changeset/255987>
<rdar://problem/59239933>
This appears to have caused layout tests to exit early due to excessive timeouts, and caused test262 to time out after 20m without output Layout tests: https://build.webkit.org/builders/Apple-Catalina-Release-WK2-Tests/builds/2755 test262: https://build.webkit.org/builders/Apple-Catalina-Debug-Test262-Tests/builds/855
Re-opened since this is blocked by bug 207369
Committed r256015: <https://trac.webkit.org/changeset/256015>