Bug 95503 - Verify whether Vector::shrinkToFit should use realloc with fastMalloc
Summary: Verify whether Vector::shrinkToFit should use realloc with fastMalloc
Status: RESOLVED DUPLICATE of bug 99616
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 14:55 PDT by Benjamin Poulain
Modified: 2012-10-17 11:07 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-08-30 14:55:29 PDT
https://bugs.webkit.org/show_bug.cgi?id=94810 - Vector::shrinkToFit should use realloc when canMoveWithMemcpy is true

#94810 brings nice benefits if the allocator is good. Test that on fastMalloc.
Comment 1 Anders Carlsson 2012-10-17 11:07:14 PDT
This was done in 99616!

*** This bug has been marked as a duplicate of bug 99616 ***