RESOLVED FIXED Bug 221454
[JSC] globalFuncCopyDataProperties should not perform GC-sensitive operation in the middle of Structure::forEachProperty
https://bugs.webkit.org/show_bug.cgi?id=221454
Summary [JSC] globalFuncCopyDataProperties should not perform GC-sensitive operation ...
Yusuke Suzuki
Reported 2021-02-05 01:17:24 PST
[JSC] globalFuncCopyDataProperties should not perform GC-sesitive operation in the middle of Structure::forEachProperty
Attachments
Patch (3.47 KB, patch)
2021-02-05 01:18 PST, Yusuke Suzuki
no flags
Patch (4.30 KB, patch)
2021-02-05 01:30 PST, Yusuke Suzuki
no flags
Patch (4.37 KB, patch)
2021-02-05 01:31 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2021-02-05 01:18:45 PST
Yusuke Suzuki
Comment 2 2021-02-05 01:30:12 PST
Yusuke Suzuki
Comment 3 2021-02-05 01:31:13 PST
Yusuke Suzuki
Comment 4 2021-02-05 01:32:14 PST
Mark Lam
Comment 5 2021-02-05 10:32:09 PST
Comment on attachment 419372 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=419372&action=review r=me > Source/JavaScriptCore/ChangeLog:3 > + [JSC] globalFuncCopyDataProperties should not perform GC-sesitive operation in the middle of Structure::forEachProperty /sesitive/sensitive/
Yusuke Suzuki
Comment 6 2021-02-05 10:55:23 PST
Comment on attachment 419372 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=419372&action=review >> Source/JavaScriptCore/ChangeLog:3 >> + [JSC] globalFuncCopyDataProperties should not perform GC-sesitive operation in the middle of Structure::forEachProperty > > /sesitive/sensitive/ Fixed!
Yusuke Suzuki
Comment 7 2021-02-05 10:58:12 PST
Yusuke Suzuki
Comment 8 2021-02-05 11:08:45 PST
Note You need to log in before you can comment on or make changes to this bug.