[Webkit-unassigned] [Bug 216172] [JSC] Use symbols as identifiers for class fields computed names storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 1 02:34:23 PDT 2020


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

Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #407975|0                           |1
        is obsolete|                            |

--- Comment #4 from Xan Lopez <xan.lopez at gmail.com> ---
Created attachment 410212

  --> https://bugs.webkit.org/attachment.cgi?id=410212&action=review

Use symbols as identifiers

Use private symbols as suggested. I'm keeping the Symbol wrapper (created with Symbol::create) since it's needed to keep the UID alive in the SymbolRegistry. It will be garbage collected as needed, so it's not leaked. Also not using a parallel SymbolRegistry for now, we'll discuss this in a sync-up meeting.

-- 
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/20201001/54bb4552/attachment.htm>


More information about the webkit-unassigned mailing list