Bug 120487 - CodeBlock: LLIntCallLinkInfo vector can be sized-to-fit at creation.
Summary: CodeBlock: LLIntCallLinkInfo vector can be sized-to-fit at creation.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 13:46 PDT by Andreas Kling
Modified: 2013-08-29 18:20 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.42 KB, patch)
2013-08-29 13:48 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff
Patch (2.44 KB, patch)
2013-08-29 13:52 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-08-29 13:46:52 PDT
CodeBlock: LLIntCallLinkInfo vector can be sized-to-fit at creation.
Comment 1 Andreas Kling 2013-08-29 13:48:09 PDT
Created attachment 210025 [details]
Patch
Comment 2 WebKit Commit Bot 2013-08-29 13:50:58 PDT
Attachment 210025 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/bytecode/CodeBlock.cpp', u'Source/JavaScriptCore/bytecode/CodeBlock.h']" exit_code: 1
Source/JavaScriptCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2013-08-29 13:52:07 PDT
Created attachment 210027 [details]
Patch
Comment 4 WebKit Commit Bot 2013-08-29 18:20:21 PDT
Comment on attachment 210027 [details]
Patch

Clearing flags on attachment: 210027

Committed r154863: <http://trac.webkit.org/changeset/154863>
Comment 5 WebKit Commit Bot 2013-08-29 18:20:23 PDT
All reviewed patches have been landed.  Closing bug.