Closed
Bug 2040603
Opened 3 months ago
Closed 1 month ago
Show assembler offsets in IONFLAGS=codegen output for arm32 and riscv64
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Tracking
()
RESOLVED
FIXED
155 Branch
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: jseward, Assigned: jseward)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
IONFLAGS=codegen output currently shows assembler offsets on x86_32, x86_64 and
arm64. This facilitates debugging of wasm::TrapSiteDesc and wasm::StackMap
bugs.
This patch pair adds offset printing for arm32 and riscv64.
See also bug 2024938.
| Assignee | ||
Comment 1•3 months ago
|
||
For IONFLAGS=codegen, on arm32, best-effort printing of assembler buffer
offsets is now done, with the format (as per other architectures) "%06x ".
Comment 2•3 months ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 1 week.
:jseward, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(nicolas.b.pierron)
Flags: needinfo?(jseward)
Updated•3 months ago
|
Pushed by jseward@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/329d6f4d364e
https://hg.mozilla.org/integration/autoland/rev/b80f86505ce5
part 1: Show assembler offsets in IONFLAGS=codegen output for arm32. r=nbp.
Comment 4•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox155:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
| Assignee | ||
Updated•18 days ago
|
Flags: needinfo?(jseward)
Updated•11 days ago
|
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in
before you can comment on or make changes to this bug.
Description
•