RESOLVED FIXED 100190
CodeBlock: Give m_putToBaseOperations an inline capacity.
https://bugs.webkit.org/show_bug.cgi?id=100190
Summary CodeBlock: Give m_putToBaseOperations an inline capacity.
Andreas Kling
Reported 2012-10-23 21:16:00 PDT
Most of the time, there's only a single entry in this vector put in there by CodeBlock::CodeBlock. We should give it an inline capacity to avoid unnecessarily growing the vector buffer to 16 on that first append().
Attachments
Patch (1.48 KB, patch)
2012-10-23 21:28 PDT, Andreas Kling
no flags
Radar WebKit Bug Importer
Comment 1 2012-10-23 21:18:30 PDT
Andreas Kling
Comment 2 2012-10-23 21:28:53 PDT
WebKit Review Bot
Comment 3 2012-10-23 22:10:56 PDT
Comment on attachment 170310 [details] Patch Clearing flags on attachment: 170310 Committed r132307: <http://trac.webkit.org/changeset/132307>
WebKit Review Bot
Comment 4 2012-10-23 22:10:59 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.