Closed
Bug 1951790
Opened 15 days ago
Closed 4 days ago
Optimize baseline profiler and debugger checks more
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
Details
Attachments
(1 file)
We have two checks in the baseline compiler loop for if debugging is enabled and for if the profiler is enabled. These are both very uncommon and could be folded into a single check to minimize the overhead here.
Assignee | ||
Comment 1•15 days ago
|
||
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/6c1df835910b
wasm: Fold debugger and profiler checks into a single comparison. r=jseward
Comment 3•6 days ago
|
||
Backed out for causing bustages at WasmBaselineCompile.cpp.
Backout link: https://hg.mozilla.org/integration/autoland/rev/684b2db4837ae04c9d40f19f5fdb3aed873a4c2f
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=6c1df835910b17d420c4be2f380a0480383a203e
Failure log: https://treeherder.mozilla.org/logviewer?job_id=499093927&repo=autoland&lineNumber=35744
Flags: needinfo?(rhunt)
Assignee | ||
Updated•5 days ago
|
Flags: needinfo?(rhunt)
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/0b9aec7359d6
wasm: Fold debugger and profiler checks into a single comparison. r=jseward
Comment 5•4 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•