[Webkit-unassigned] [Bug 122084] New: optimize jsarray setlength
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 29 19:34:56 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122084
Summary: optimize jsarray setlength
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: xinchao.peng at samsung.com
JSC Engine Optimize 'var ret =[] ; ret.length=1024' .When type of ret is undefine and it is setted length , its only public length is setted ,but its vector is not setted . the memory of variable ret is not changed .When the type of variable ret is confirm , its will allocate memory by public length.
--
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