[Webkit-unassigned] [Bug 14868] Import variable lookup optimizations from KJS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 4 05:26:35 PDT 2007


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





------- Comment #4 from mrowe at apple.com  2007-09-04 05:26 PDT -------
Created an attachment (id=16192)
 --> (http://bugs.webkit.org/attachment.cgi?id=16192&action=view)
Reduction showing bug in patch

The attachment contains two JavaScript files that demonstrate a bug in this
patch.  Running "testkjs foo.js foo.js" with the patch applied gives the
output:
--> undefined
--> 151
OK.

Without the patch it gives:
--> 202
--> 201
OK.

The numbers are timing-related so the different values are expected.  What is
incorrect is "undefined" being displayed in the first instance.


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