Bug 147440 - Mark more classes as fast allocated
Summary: Mark more classes as fast allocated
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 22:26 PDT by Chris Dumez
Modified: 2015-07-30 13:18 PDT (History)
7 users (show)

See Also:


Attachments
Patch (27.80 KB, patch)
2015-07-29 22:29 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 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