Bug 241826 - Unreviewed, revert r295624 since it broke GC's assumption
Summary: Unreviewed, revert r295624 since it broke GC's assumption
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-21 15:55 PDT by Yusuke Suzuki
Modified: 2022-06-21 19:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2022-06-21 15:55:05 PDT
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.
Comment 1 Yusuke Suzuki 2022-06-21 16:00:57 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1663
Comment 2 Yusuke Suzuki 2022-06-21 16:09:19 PDT
rdar://95384643
Comment 3 EWS 2022-06-21 16:57:54 PDT
Committed r295703 (251708@main): <https://commits.webkit.org/251708@main>

Reviewed commits have been landed. Closing PR #1663 and removing active labels.