Bug 95503
Summary: | Verify whether Vector::shrinkToFit should use realloc with fastMalloc | ||
---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> |
Component: | Web Template Framework | Assignee: | Benjamin Poulain <benjamin> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | andersca, kling |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Benjamin Poulain
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anders Carlsson
This was done in 99616!
*** This bug has been marked as a duplicate of bug 99616 ***