RESOLVED FIXED 149999
Reduce pointless malloc traffic in CodeBlock construction.
https://bugs.webkit.org/show_bug.cgi?id=149999
Summary Reduce pointless malloc traffic in CodeBlock construction.
Andreas Kling
Reported 2015-10-10 08:37:58 PDT
We can create the RefCountedArray<Instruction> directly instead of first creating a Vector<Instruction> and then building the RefCountedArray from that.
Attachments
Patch (3.26 KB, patch)
2015-10-10 08:42 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-10-10 08:42:55 PDT
Pratik Solanki
Comment 2 2015-10-10 09:02:27 PDT
*** Bug 149998 has been marked as a duplicate of this bug. ***
Andreas Kling
Comment 3 2015-10-10 14:15:37 PDT
Comment on attachment 262827 [details] Patch Clearing flags on attachment: 262827 Committed r190843: <http://trac.webkit.org/changeset/190843>
Andreas Kling
Comment 4 2015-10-10 14:15:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.