[Webkit-unassigned] [Bug 210312] New: Don't emit the rhs twice in `AssignResolveNode`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 9 16:43:03 PDT 2020


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

            Bug ID: 210312
           Summary: Don't emit the rhs twice in `AssignResolveNode`
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

[Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp](http://trac.webkit.org/changeset/259781/webkit/trunk/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp):
```
    RefPtr<RegisterID> result = generator.emitNode(dst, m_right);
    if (isReadOnly) {
        RegisterID* result = generator.emitNode(dst, m_right); // Execute side effects first.
```

-- 
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/20200409/206e4402/attachment.htm>


More information about the webkit-unassigned mailing list