[Webkit-unassigned] [Bug 3965] IndexToNameMap::IndexToNameMap has n-squared behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 6 11:52:28 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=3965


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20224|0                           |1
        is obsolete|                            |




------- Comment #2 from ddkilzer at webkit.org  2008-04-06 11:52 PDT -------
Created an attachment (id=20370)
 --> (http://bugs.webkit.org/attachment.cgi?id=20370&action=view)
Script to generate function args test suite

This script generates tests for use with SunSpider.  It tests passing 0 to 10
arguments to eleven different functions, each of which have 0 to 10 arguments,
for a total of 121 tests.

The script should be run from the checked-out SunSpider directory, and
generates files of the form:

function-args-M-N.js

where "M" is the number arguments the function is defined with and N is the
number of arguments actually passed to that function.

Note that the script outputs a list of function names to stdout, which need to
be added to tests/LIST before running SunSpider:

$ ./sunspider --shell ../WebKitBuild/Release/testkjs --tests function-args
--run 25


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list