Bug 149998
Summary: | Reduce pointless malloc traffic in CodeBlock construction. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> |
Component: | JavaScriptCore | Assignee: | 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
We can create the RefCountedArray<Instruction> directly instead of first creating a Vector<Instruction> and then building the RefCountedArray from that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pratik Solanki
*** This bug has been marked as a duplicate of bug 149999 ***