Bug 147440

Summary: Mark more classes as fast allocated
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, benjamin, bfulgham, ggaren, kling, ossy, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-07-29 22:26:17 PDT
Mark more classes as fast allocated for performance. We heap-allocate objects of those types throughout the code base.
Comment 1 Chris Dumez 2015-07-29 22:29:19 PDT
Created attachment 257819 [details]
Patch
Comment 2 Chris Dumez 2015-07-30 09:25:40 PDT
Comment on attachment 257819 [details]
Patch

Clearing flags on attachment: 257819

Committed r187587: <http://trac.webkit.org/changeset/187587>
Comment 3 Chris Dumez 2015-07-30 09:25:45 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Csaba Osztrogonác 2015-07-30 11:59:27 PDT
(In reply to comment #2)
> Comment on attachment 257819 [details]
> Patch
> 
> Clearing flags on attachment: 257819
> 
> Committed r187587: <http://trac.webkit.org/changeset/187587>

It broke the Apple Windows build, but unfortunately you wasn't able to 
notice it, because of the broken clean build on Windows. (bug146628)
Comment 5 Alex Christensen 2015-07-30 13:18:07 PDT
http://trac.webkit.org/changeset/187601 should fix the build