[webkit-reviews] review granted: [Bug 8039] Remove use of
DeprecatedArray in favor of new Vector class : [Attachment
7964] patch the fourth
bugzilla-request-daemon at opendarwin.org
bugzilla-request-daemon at opendarwin.org
Sun May 7 15:17:26 PDT 2006
Dave Hyatt <hyatt at apple.com> has granted Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 8039: Remove use of DeprecatedArray in favor of new Vector class
http://bugzilla.opendarwin.org/show_bug.cgi?id=8039
Attachment 7964: patch the fourth
http://bugzilla.opendarwin.org/attachment.cgi?id=7964&action=edit
------- Additional Comments from Dave Hyatt <hyatt at apple.com>
The other thing that you should double-check is to make sure none of these
DeprecatedArrays were being copied. DeprecatedArrays = cheap to copy. Vectors
= expensive to copy.
r=me. (I'll + the other patch once the "recieved" typo is fixed.)
More information about the webkit-reviews
mailing list