[Webkit-unassigned] [Bug 148741] New: RepatchBuffer should be stateless

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 11:15:16 PDT 2015


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

            Bug ID: 148741
           Summary: RepatchBuffer should be stateless
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

We use the CodeBlock* field of RepatchBuffer in various places.  Usually, when we use this field, we're doing it wrong, since we never really know which CodeBlock* the RepatchBuffer points to.

Also, this field was there to support WX_EXCLUSIVE, which doesn't work anymore and probably never will (since nobody is working on it).  Killing that feature means that we no longer have to be careful about caching a RepatchBuffer and passing it around.

-- 
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/20150903/f7554462/attachment.html>


More information about the webkit-unassigned mailing list