Bug 156628

Summary: Mark NetworkLoad as FastAllocated
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, koivisto
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.