Closed
Bug 1829547
Opened 2 years ago
Closed 2 years ago
Redundant ifdef guards for the jit hints cache since we have a static pref
Categories
(Core :: Performance: General, defect, P4)
Core
Performance: General
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: denispal, Assigned: denispal)
References
Details
(Whiteboard: [sp3])
Attachments
(1 file)
The #ifdef NIGHTLY_BUILD
guards for the jit hints cache is kind of redundant since we can just toggle the static pref based on whether it's a nightly build instead.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by dpalmeiro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8db8c4179b49
Remove nightly ifdef guards for the jit hints cache and toggle the static pref based on the build instead. r=smaug
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-350
You need to log in
before you can comment on or make changes to this bug.
Description
•