Bug 149998 - Reduce pointless malloc traffic in CodeBlock construction.
Summary: Reduce pointless malloc traffic in CodeBlock construction.
Status: RESOLVED DUPLICATE of bug 149999
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2015-10-10 08:37 PDT by Andreas Kling
Modified: 2015-10-10 09:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 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.
Comment 1 Pratik Solanki 2015-10-10 09:02:27 PDT

*** This bug has been marked as a duplicate of bug 149999 ***