Bug 157964 - RegisterAtOffsetList is often created just with llint/baseline callee saves list. Lets give it enough inline capacity to hold that many RegisterAtOffsets
Summary: RegisterAtOffsetList is often created just with llint/baseline callee saves l...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-20 17:24 PDT by Saam Barati
Modified: 2016-05-20 20:06 PDT (History)
5 users (show)

See Also:


Attachments
patch (1.25 KB, patch)
2016-05-20 17:26 PDT, Saam Barati
saam: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-05-20 17:24:58 PDT
...
Comment 1 Saam Barati 2016-05-20 17:26:55 PDT
Created attachment 279521 [details]
patch
Comment 2 Saam Barati 2016-05-20 17:47:59 PDT
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.
Comment 3 Saam Barati 2016-05-20 20:06:29 PDT
This isn't important enough to do.