Bug 283083
| Summary: | [TZone] Add caching to unannotated subclass allocation path | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | bmalloc | Assignee: | 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
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
<rdar://problem/139827893>
Michael Saboff
Pull request: https://github.com/WebKit/WebKit/pull/36612
EWS
Committed 286582@main (4f65486bf955): <https://commits.webkit.org/286582@main>
Reviewed commits have been landed. Closing PR #36612 and removing active labels.