Bug 206638

Summary: Remove DFGAbstractHeap::typeInfoType since it's immutable
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: New BugsAssignee: Keith Miller <keith_miller>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Keith Miller 2020-01-22 19:03:36 PST
Remove DFGAbstractHeap::typeInfoType since its immutable
Comment 1 Keith Miller 2020-01-22 19:06:00 PST
Created attachment 388510 [details]
Patch
Comment 2 Yusuke Suzuki 2020-01-22 19:07:04 PST
Comment on attachment 388510 [details]
Patch

r=me. Right, we should not track it since it is immutable from object creation, this is similar why we are not counting RopeResolution as allocation in clobberize.
Comment 3 WebKit Commit Bot 2020-01-22 19:52:10 PST
Comment on attachment 388510 [details]
Patch

Clearing flags on attachment: 388510

Committed r254960: <https://trac.webkit.org/changeset/254960>
Comment 4 WebKit Commit Bot 2020-01-22 19:52:11 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2020-01-22 19:53:13 PST
<rdar://problem/58821766>