fix(background_hang_monitor): Use DummySampler on Windows ARM64#42341
fix(background_hang_monitor): Use DummySampler on Windows ARM64#42341jdm merged 2 commits intoservo:mainfrom
Conversation
9286508 to
8f018fa
Compare
|
@npiesco Did you use an LLM to write the pull request description? If so, please read the rules around LLM contributions at https://book.servo.org/contributing/getting-started.html#ai-contributions. |
Ahhh yes sorry didn't see this, I used the copilot generate summary feature. I will re-do it in my own words manually |
|
You will need to run |
Head branch was pushed to by a user without write access
Pushed formatting fix, linter checks should pass now, thanks! |
|
Now you will need to.make sure you have signed off on the new commit :) You can rebase with |
Windows ARM64 (aarch64-pc-windows-msvc) doesn't have native profiling support in the background hang monitor. Add it to the list of platforms that use DummySampler, alongside Linux musl and other unsupported targets. Part of Windows ARM64 build support: servo#42312 Signed-off-by: npiesco <[email protected]>
Signed-off-by: npiesco <[email protected]>
LOL keep forgetting that one. I think this is my 5th time now. |
d425a56 to
48b1bea
Compare
Windows ARM64 (aarch64, MSVC) does not support native profiling. PR updates platform configuration to route Windows ARM64 to DummySampler, aligning it with other unsupported targets (e.g., Linux musl) and fixing build compatibility.
PR #42312
build/compatibility fix only.