Bug 145461 - [Content Extensions] Decrease maxNFASize
Summary: [Content Extensions] Decrease maxNFASize
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: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-29 11:51 PDT by Alex Christensen
Modified: 2015-05-29 14:21 PDT (History)
0 users

See Also:


Attachments
Patch (1.62 KB, patch)
2015-05-29 11:52 PDT, Alex Christensen
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2015-05-29 11:51:35 PDT
We are still using too much memory when compiling content extensions.  Splitting up more NFAs reduces peak memory usage, but going too far will hurt compiling and interpreting time.  30000 is a good balance.
Comment 1 Alex Christensen 2015-05-29 11:52:58 PDT
Created attachment 253905 [details]
Patch