Summary: | RegisterAtOffsetList is often created just with llint/baseline callee saves list. Lets give it enough inline capacity to hold that many RegisterAtOffsets | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> | ||||
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> | ||||
Status: | RESOLVED WONTFIX | ||||||
Severity: | Normal | CC: | commit-queue, ggaren, keith_miller, mark.lam, msaboff | ||||
Priority: | P2 | ||||||
Version: | WebKit Local Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Saam Barati
2016-05-20 17:24:58 PDT
Created attachment 279521 [details]
patch
Comment on attachment 279521 [details]
patch
Ben had the idea to just make this a class with inline storage since we know the size at creation time. I like that idea.
This isn't important enough to do. |