Closed
Bug 912846
Opened 11 years ago
Closed 11 years ago
pymake MRU cache for parsed data is too low
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
1.04 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
The LRU cache is, in fact, evicting important files like rules.mk all the time, so we're spending more time than necessary on parsing.
Assignee | ||
Updated•11 years ago
|
Summary: pymake LRU cache for parsed data is too low → pymake MRU cache for parsed data is too low
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 799964 [details] [diff] [review]
Bump pymake parser MRU cache to 50 items.
13:59 <gps> bump it up to 50; r=me
Attachment #799964 -
Flags: review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•