Bug 206638 - Remove DFGAbstractHeap::typeInfoType since it's immutable
Summary: Remove DFGAbstractHeap::typeInfoType since it's immutable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-22 19:03 PST by Keith Miller
Modified: 2020-01-22 19:53 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.21 KB, patch)
2020-01-22 19:06 PST, Keith Miller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>