Closed
Bug 1759542
Opened 3 years ago
Closed 3 years ago
Narrow down ENABLE_WASM_EXCEPTIONS conditional flag
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Right now there is a large amount of code that is ifdef'ed for ENABLE_WASM_EXCEPTIONS. This has caused no shortage of build bustage, for minimal apparent gain. I think it'd be best to remove most of these ifdef's where they don't actually disable the feature.
Updated•3 years ago
|
Blocks: wasm-exceptions
| Assignee | ||
Comment 1•3 years ago
|
||
These ifdef's cause frequent build bustage and don't
gain us much, especially with exception handling being
default on.
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/2340f31f2559
wasm: Slim down exception handling ifdef's. r=yury
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•