[Webkit-unassigned] [Bug 142304] New: Only Heap should be in charge of deciding how to select a subspace for a type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 12:57:17 PST 2015


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

            Bug ID: 142304
           Summary: Only Heap should be in charge of deciding how to
                    select a subspace for a type
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Currently the DFG, FTL, and JSCellInlines have some code duplication to decide which subspace/allocator to use for which type.  While working on bug 141174, I realized that I'll need to repeat this pattern again, and so I decided to reduce the code duplication somewhat.

-- 
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/20150304/cb26184b/attachment-0002.html>


More information about the webkit-unassigned mailing list