Bug 156628 - Mark NetworkLoad as FastAllocated
Summary: Mark NetworkLoad as FastAllocated
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-15 10:31 PDT by Chris Dumez
Modified: 2016-04-15 11:26 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2016-04-15 10:32 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-04-15 10:31:30 PDT
Mark NetworkLoad as FastAllocated for performance.
Comment 1 Chris Dumez 2016-04-15 10:32:14 PDT
Created attachment 276483 [details]
Patch
Comment 2 Alex Christensen 2016-04-15 10:36:43 PDT
Do you think making NetworkDataTask also fast allocated would help performance?
Comment 3 Chris Dumez 2016-04-15 10:37:30 PDT
(In reply to comment #2)
> Do you think making NetworkDataTask also fast allocated would help
> performance?

That one is already fastAllocated because it subclasses RefCounted.
Comment 4 Chris Dumez 2016-04-15 10:37:36 PDT
(In reply to comment #2)
> Do you think making NetworkDataTask also fast allocated would help
> performance?

That one is already fastAllocated because it subclasses RefCounted.
Comment 5 WebKit Commit Bot 2016-04-15 11:26:40 PDT
Comment on attachment 276483 [details]
Patch

Clearing flags on attachment: 276483

Committed r199599: <http://trac.webkit.org/changeset/199599>
Comment 6 WebKit Commit Bot 2016-04-15 11:26:46 PDT
All reviewed patches have been landed.  Closing bug.