Inline the JSArray constructor, it is trivial, all its parents are inline, and it takes time to jump to it.
Created attachment 138036 [details] Patch
Comment on attachment 138036 [details] Patch Attachment 138036 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/12469112
9>jsc.obj : error LNK2005: "protected: __thiscall JSC::JSArray::JSArray(class JSC::JSGlobalData &,class JSC::Structure *)" (??0JSArray@JSC@@IAE@AAVJSGlobalData@1@PAVStructure@1@@Z) already defined in JavaScriptCore.lib(JavaScriptCore.dll) This is mysterious. Does Windows systematically generate symbols for inlined functions?
Created attachment 138126 [details] Patch
Comment on attachment 138126 [details] Patch r=me
Committed r114793: <http://trac.webkit.org/changeset/114793>