[Webkit-unassigned] [Bug 160590] New: JSModuleNamespace object should have IC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 23:02:00 PDT 2016


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

            Bug ID: 160590
           Summary: JSModuleNamespace object should have IC
    Classification: Unclassified
           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: utatane.tea at gmail.com

Once the module is introduced, we can consider that namespace object is used so frequently.

import * as ns from './A.js'

ns.xxx
ns.yyy
ns.zzz


They should have IC. At that time, the Get IC is necessary. But Put IC is not necessary since

ns.xxx = value;

does not have any effect.

-- 
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/20160805/f5a1631e/attachment-0001.html>


More information about the webkit-unassigned mailing list