Bug 157964

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: JavaScriptCoreAssignee: 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 Flags
patch saam: review-

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.