Bug 173158

Summary: [JSC] We should have own property enumeration cache
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: fpizlo, ggaren, jfbastien, keith_miller, mark.lam, msaboff, saam, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2017-06-09 07:34:24 PDT
Currently, we only have property enumeration cache for for-in. But we should have own property cache to accelerate Object.keys(), which is frequently used in many programs, like, Speedometer.
Attachments
Note You need to log in before you can comment on or make changes to this bug.