Bug 241826
Summary: | Unreviewed, revert r295624 since it broke GC's assumption | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=241559 |
Yusuke Suzuki
It must be monotonically increasing during GC cycle. And after the full-collection, it is adjusted. We already adjusted it in sweep of m_arrayBuffer, so, I think this patch is breaking the above assumption.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/1663
Yusuke Suzuki
rdar://95384643
EWS
Committed r295703 (251708@main): <https://commits.webkit.org/251708@main>
Reviewed commits have been landed. Closing PR #1663 and removing active labels.