[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
Wed Oct 21 01:54:17 PDT 2020


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

--- Comment #11 from Xan Lopez <xan.lopez at gmail.com> ---
(In reply to Caio Lima from comment #10)
> > Cool. What do you think about adding some code in SymbolRegistry so that it
> > can be configured to store public or private symbols, but never both?
> 
> I personally would avoid including any info into SymbolRegistry for this
> change. We could definitely do that in the future, if we think it's
> necessary. I can see the advantage of this on cases where we don't want to
> mix Private and Public Symbols.

The thing is, SymbolRegistry is the one creating the symbols. If there's no way to configure it we need to subclass it, otherwise it will still create non-private symbols for all keys.

-- 
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/20201021/58f96a2d/attachment.htm>


More information about the webkit-unassigned mailing list