<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>206663</bug_id>
          
          <creation_ts>2020-01-23 07:42:58 -0800</creation_ts>
          <short_desc>[JSC] reduce memory use of class fields feature</short_desc>
          <delta_ts>2020-11-19 23:05:17 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>174212</dependson>
    
    <dependson>206431</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Caitlin Potter (:caitp)">caitp</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>chi187</cc>
    
    <cc>xan.lopez</cc>
    
    <cc>ysuzuki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1610092</commentid>
    <comment_count>0</comment_count>
    <who name="Caitlin Potter (:caitp)">caitp</who>
    <bug_when>2020-01-23 07:42:58 -0800</bug_when>
    <thetext>Currently PrivateNames are tracked in 2 places in SymbolTables --- One in the ordinary symbol hash, and also separately in a list specifically for PrivateNames. This is used to provide DirectEval with information it needs regarding valid PrivateNames, however currently this is done whether an eval is known to occur or not. The information could potentially be useful for other things, like Web Inspector diagnostics, and such.

We should investigate how worthwhile it is to have a separate hashset for this, as opposed to collecting private symbols from the main hash instead.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>