[Webkit-unassigned] [Bug 197625] New: [JSC] FunctionExecutable::RareData pointer can be used to put the other data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 13:38:32 PDT 2019


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

            Bug ID: 197625
           Summary: [JSC] FunctionExecutable::RareData pointer can be used
                    to put the other data.
           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: ysuzuki at apple.com

union {
    std::unique_ptr<RareData> m_rareData;
    ... Some Data ...
};

And once rare data is allocated, we can move "Some Data" inside RareData.

-- 
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/20190506/446e1536/attachment.html>


More information about the webkit-unassigned mailing list