Closed
Bug 1928393
Opened 1 month ago
Closed 1 month ago
Remove unused AutoEntryMonitor hooks
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
I just noticed that this is only used in the JS shell for some testing functions. The last actual use in Firefox was removed in bug 1421651.
This adds some overhead to all calls into JS code so we should remove it now.
Assignee | ||
Comment 1•1 month ago
|
||
Firefox isn't using this anymore since bug 1421651. These hooks add some overhead to all
calls into JS so it's not worth keeping around.
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f74c910ef574
Remove AutoEntryMonitor hooks. r=mgaudet
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•