WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
283083
[TZone] Add caching to unannotated subclass allocation path
https://bugs.webkit.org/show_bug.cgi?id=283083
Summary
[TZone] Add caching to unannotated subclass allocation path
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-11-13 13:53:32 PST
<
rdar://problem/139827893
>
Michael Saboff
Comment 2
2024-11-13 14:17:06 PST
Pull request:
https://github.com/WebKit/WebKit/pull/36612
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.
Top of Page
Format For Printing
XML
Clone This Bug