Bug 115986 - Simplify AutodrainedPool
Summary: Simplify AutodrainedPool
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-12 10:31 PDT by Anders Carlsson
Modified: 2013-05-13 10:36 PDT (History)
6 users (show)

See Also:


Attachments
Patch (9.70 KB, patch)
2013-05-12 10:35 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-05-12 10:31:43 PDT
Simplify AutodrainedPool
Comment 1 Anders Carlsson 2013-05-12 10:35:55 PDT
Created attachment 201495 [details]
Patch
Comment 2 Andreas Kling 2013-05-12 10:46:19 PDT
Comment on attachment 201495 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=201495&action=review

> Source/WTF/ChangeLog:9
> +        Creating and draining pools is fast enough now that we don't need to try to be clever about it.

Great!
Comment 3 Anders Carlsson 2013-05-12 10:50:56 PDT
Committed r149965: <http://trac.webkit.org/changeset/149965>
Comment 4 Alexey Proskuryakov 2013-05-12 18:30:52 PDT
Comment on attachment 201495 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=201495&action=review

>> Source/WTF/ChangeLog:9
>> +        Remove the ability to cycle an AutodrainedPool, as well as the iteration count.
>> +        Creating and draining pools is fast enough now that we don't need to try to be clever about it.
> 
> Great!

When did it become fast, does that include Lion?
Comment 5 Anders Carlsson 2013-05-13 10:36:02 PDT
(In reply to comment #4)
> (From update of attachment 201495 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=201495&action=review
> 
> >> Source/WTF/ChangeLog:9
> >> +        Remove the ability to cycle an AutodrainedPool, as well as the iteration count.
> >> +        Creating and draining pools is fast enough now that we don't need to try to be clever about it.
> > 
> > Great!
> 
> When did it become fast, does that include Lion?

It did become fast in Lion.