[Webkit-unassigned] [Bug 122084] optimize jsarray setlength
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 29 19:36:08 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=122084
Peng Xinchao <xinchao.peng at samsung.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212944| |review?, commit-queue?
Flag| |
--- Comment #1 from Peng Xinchao <xinchao.peng at samsung.com> 2013-09-29 19:35:06 PST ---
Created an attachment (id=212944)
--> (https://bugs.webkit.org/attachment.cgi?id=212944&action=review)
optimze jsarray setlength
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