Bug 238552

Summary: Optimize the construction of a JSC::Identifier from an ASCIILiteral
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: JavaScriptCoreAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, changseok, darin, eric.carlson, esprehn+autocc, ews-watchlist, ggaren, glenn, gyuyoung.kim, hi, jer.noble, joepeck, keith_miller, mark.lam, msaboff, pangle, philipj, saam, sergio, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 238574    
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2022-03-30 07:09:21 PDT
Optimize the constructor of a JSC::Identifier from an ASCIILiteral, and adopt more broadly in our code base.
Comment 1 Chris Dumez 2022-03-30 07:30:33 PDT
Created attachment 456120 [details]
Patch
Comment 2 Chris Dumez 2022-03-30 07:48:48 PDT
Created attachment 456122 [details]
Patch
Comment 3 Geoffrey Garen 2022-03-30 13:30:11 PDT
Comment on attachment 456122 [details]
Patch

r=me
Comment 4 Chris Dumez 2022-03-30 13:42:08 PDT
Comment on attachment 456122 [details]
Patch

Clearing flags on attachment: 456122

Committed r292118 (249031@trunk): <https://commits.webkit.org/249031@trunk>
Comment 5 Chris Dumez 2022-03-30 13:42:13 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2022-03-30 13:43:19 PDT
<rdar://problem/91064259>