Bug 283083

Summary: [TZone] Add caching to unannotated subclass allocation path
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: bmallocAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Michael Saboff
Reported 2024-11-13 13:53:12 PST
Suppose there is a class Foo that has been annotated to be TZone allocated. If is has a subclass, say Bar that inherits from Foo, the allocation of Bar will use the TZone helpers created for Foo. If Bar has additional member variables and it grows larger than Foo, then the allocation of Bar objects will take a slower allocation path. This bug tracks adding caching to that slower allocation path.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-13 13:53:32 PST
Michael Saboff
Comment 2 2024-11-13 14:17:06 PST
EWS
Comment 3 2024-11-13 21:57:40 PST
Committed 286582@main (4f65486bf955): <https://commits.webkit.org/286582@main> Reviewed commits have been landed. Closing PR #36612 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.