[Webkit-unassigned] [Bug 160749] New: Baseline GetByVal and PutByVal for cache ID stubs need to handle exceptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 14:31:56 PDT 2016


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

            Bug ID: 160749
           Summary: Baseline GetByVal and PutByVal for cache ID stubs need
                    to handle exceptions
    Classification: Unclassified
           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: msaboff at apple.com

Both emitGetByValWithCachedId() and emitPutByValWithCachedId() make slow path calls via callOperation().  There are exception checks after the calls in callOperation() and those exception checks need to be linked to the exception handler code for the function that emits the stubs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160810/8d28fc35/attachment.html>


More information about the webkit-unassigned mailing list