[Webkit-unassigned] [Bug 8039] Remove use of DeprecatedArray in favor of new Vector class
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 3 12:40:43 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8039
sam.weinig at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7465 is|0 |1
obsolete| |
Attachment #7488| |review?(macdome at opendarwin.o
Flag| |rg)
------- Comment #4 from sam.weinig at gmail.com 2006-04-03 12:40 PDT -------
Created an attachment (id=7488)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=7488&action=view)
patch 3
This is quite similar to the previous version with some minor adjustments and a
changelog entry. Image and friends are still using
DeprecatedArray/DeprecatedByteArray. Because of this, in CachedImage I had to
copy from a Vector to a DeprecatedByteArray which I am worried is going to
pretty bad performance wise. However, when the Image classes change to a
Vector based byte buffer, the problem should go away.
--
Configure bugmail: http://bugzilla.opendarwin.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