RESOLVED FIXED 145782
[JSC] InlineCallFrame::arguments should be sized-to-fit.
https://bugs.webkit.org/show_bug.cgi?id=145782
Summary [JSC] InlineCallFrame::arguments should be sized-to-fit.
Andreas Kling
Reported 2015-06-08 21:06:30 PDT
InlineCallFrame::arguments should use Vector::resizeToFit() instead of just resize(), since we know the perfect size up front.
Attachments
Patch (1.73 KB, patch)
2015-06-08 21:08 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-06-08 21:08:09 PDT
WebKit Commit Bot
Comment 2 2015-06-10 03:15:45 PDT
Comment on attachment 254543 [details] Patch Clearing flags on attachment: 254543 Committed r185409: <http://trac.webkit.org/changeset/185409>
WebKit Commit Bot
Comment 3 2015-06-10 03:15:50 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.