Open
Bug 1641376
Opened 5 years ago
Try to remove explicit numbering from BASE_PROFILER_FOR_EACH_FEATURE macros
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: mozbugz, Unassigned)
Details
The feature numbers are only used internally (e.g., in IPC comms), so changing these numbers is not an issue.
However it makes modifying the list of features harder (when inserting/deleting/moving features), and render hg blame useless, as one patch may end up touching lots of irrelevant features.
It would be great if we could get rid of the explicit numbers and let macros deal with that.
You need to log in
before you can comment on or make changes to this bug.
Description
•