[Webkit-unassigned] [Bug 20256] Array.push and other standard methods disappeared.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 14 04:18:25 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20256
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit- |ap at webkit.org
|unassigned at lists.webkit.org |
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
------- Comment #5 from ap at webkit.org 2008-10-14 04:18 PDT -------
Thank you for your analysis - I can now see the problem. When
JSC_MULTIPLE_THREADS is not enabled, we are using static hash tables, but
per-GlobalData identifier table. Since the hash tables reference identifiers,
this makes no sense.
--
Configure bugmail: https://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.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list