Bug 154806

Summary: Make JSFunction.name allocation fully lazy.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Andreas Kling 2016-02-28 18:31:37 PST
JSFunction.name could be lazier, it's sad that we're creating a JSString for every function.
Comment 1 Andreas Kling 2016-02-28 18:32:06 PST
Created attachment 272472 [details]
Patch
Comment 2 Andreas Kling 2016-02-28 18:35:02 PST
Created attachment 272473 [details]
Patch
Comment 3 Saam Barati 2016-02-28 20:11:17 PST
Comment on attachment 272473 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2016-02-28 21:25:59 PST
Comment on attachment 272473 [details]
Patch

Clearing flags on attachment: 272473

Committed r197308: <http://trac.webkit.org/changeset/197308>
Comment 5 WebKit Commit Bot 2016-02-28 21:26:03 PST
All reviewed patches have been landed.  Closing bug.