Bug 149998

Summary: Reduce pointless malloc traffic in CodeBlock construction.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ggaren, psolanki
Priority: P2 Keywords: Performance
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Andreas Kling
Reported 2015-10-10 08:37:52 PDT
We can create the RefCountedArray<Instruction> directly instead of first creating a Vector<Instruction> and then building the RefCountedArray from that.
Attachments
Pratik Solanki
Comment 1 2015-10-10 09:02:27 PDT
*** This bug has been marked as a duplicate of bug 149999 ***
Note You need to log in before you can comment on or make changes to this bug.