[Webkit-unassigned] [Bug 236686] New: Defer TerminationsExceptions while in operationMaterializeObjectInOSR.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 15 20:14:27 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=236686

            Bug ID: 236686
           Summary: Defer TerminationsExceptions while in
                    operationMaterializeObjectInOSR.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

operationMaterializeObjectInOSR expects to always succeed.  It is difficult (and not worth the effort) to make it be able to handle interruptions by the TerminationException.  Since operationMaterializeObjectInOSR is guaranteed to finish running in some finite time, it is reasonable to just defer handling a pending TerminationException until the function returns.

rdar://81337114

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220216/2f5abec3/attachment-0001.htm>


More information about the webkit-unassigned mailing list