[Webkit-unassigned] [Bug 122084] optimize jsarray setlength

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 29 22:14:32 PDT 2013


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





--- Comment #3 from Peng Xinchao <xinchao.peng at samsung.com>  2013-09-29 22:13:30 PST ---
sunsprider and v8benchmark is not changed . It is to improve Drameo/JavaScript Arrays .
 The first item of Arrays is "Array Construction, []". its source code 
:
    for ( var j = 0; j < i * 15; j++ ) {
            ret = [];
            ret.length = 1024;
        }

My purpose is here.

-- 
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