commit | dbf19384483484bd2c0c013cff406ac11a44d8c4 | [log] [tgz] |
---|---|---|
author | fpizlo@apple.com <fpizlo@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Oct 17 21:48:03 2012 +0000 |
committer | fpizlo@apple.com <fpizlo@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Oct 17 21:48:03 2012 +0000 |
tree | 128697647ccd2b5356b91472f680a0f882879bdb | |
parent | 909fa31968490f2fe90adf436725009c30629e93 [diff] |
Array and object allocations via 'new Object' or 'new Array' should be inlined in bytecode to allow allocation site profiling https://bugs.webkit.org/show_bug.cgi?id=99557 Reviewed by Geoffrey Garen. Removed an inaccurate and misleading comment as per Geoff's review. (I forgot to make this change as part of http://trac.webkit.org/changeset/131644). * bytecompiler/NodesCodegen.cpp: (JSC::FunctionCallResolveNode::emitBytecode): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@131646 268f45cc-cd09-0410-ab3c-d52691b4dbfc