Open
Bug 1784356
Opened 3 years ago
[exploration] Investigate marking validation failures MOZ_UNLIKELY in OpIter
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Unassigned)
Details
There are many validation errors in OpIter of the form: if (condition) { return fail(""): }
.
We should investigate sometime if marking them all as cold using MOZ_UNLIKELY could get us some gains on our large wasm files. This is definitely a micro-optimization.
You need to log in
before you can comment on or make changes to this bug.
Description
•