[Webkit-unassigned] [Bug 142921] New: DFG IR should represent the various of effects of put_by_id in a single node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 14:20:09 PDT 2015


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

            Bug ID: 142921
           Summary: DFG IR should represent the various of effects of
                    put_by_id in a single node
    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 put_by_id may turn into a three-node lowering: AllocatePropertyStorage, PutByOffset, PutStructure.  This barely works.  We should use a single node ("PutByOffsetWithPropertyAllocationTransition", or something with a shorter name) so that code motion of things that GC and exit doesn't have to tiptoe around this.

-- 
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/20150320/834916e7/attachment-0002.html>


More information about the webkit-unassigned mailing list