[Webkit-unassigned] [Bug 86438] FunctionParameters waste a lot of Vector capacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 20:17:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86438


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com




--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-05-15 20:16:53 PST ---
This is the top most wasteful Vector client after the other JSC stuff was fixed:

2680 vectors, 28.22KB used of 249.88KB, 221.66KB wasted at:

1   0x108917855 JSC::FunctionParameters::FunctionParameters(JSC::ParameterNode*)
2   0x10891793f JSC::FunctionBodyNode::finishParsing(JSC::SourceCode const&, JSC::ParameterNode*, JSC::Identifier const&)
3   0x108945704 JSC::ASTBuilder::createFunctionExpr(int, JSC::Identifier const*, JSC::FunctionBodyNode*, JSC::ParameterNode*, int, int, int, int)
4   0x10894459f JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned short> >::parseMemberExpression<JSC::ASTBuilder>(JSC::ASTBuilder&)
5   0x10893c8a9 JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned short> >::parseAssignmentExpression<JSC::ASTBuilder>(JSC::ASTBuilder&)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list