RESOLVED DUPLICATE of bug 149999 149998
Reduce pointless malloc traffic in CodeBlock construction.
https://bugs.webkit.org/show_bug.cgi?id=149998
Summary Reduce pointless malloc traffic in CodeBlock construction.
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.