Bug 180109

Summary: CodeBlock::~CodeBlock takes 1us on average
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 165909    

Filip Pizlo
Reported 2017-11-28 13:50:30 PST
It seems like it takes about 1us to destruct a CodeBlock in Speedometer. That's crazy. Maybe this is inherent. In that case, we should consider parallelizing the destruction. Maybe we should make it easy to parallelize destruction, for those types that don't have to be tied to thread-unsafe ref counting.
Attachments
Note You need to log in before you can comment on or make changes to this bug.