Open
Bug 1837683
(wasm-branch-hinting)
Opened 1 year ago
Updated 1 year ago
Implement the branch-hinting proposal
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Assigned: jpages)
References
(Blocks 1 open bug, )
Details
The branch-hinting proposal adds a new custom section to store 'code hints'. Code hints allow compilers to annotate instructions with non-semantic information like 'branch likely to be taken'.
We currently don't have any way of using this information in baseline or Ion, but we could add support.
Reporter | ||
Updated•1 year ago
|
Alias: wasm-branch-hinting
Summary: Implement the branch-hints proposal → Implement the branch-hinting proposal
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → jpages
You need to log in
before you can comment on or make changes to this bug.
Description
•