Closed
Bug 1311419
Opened 8 years ago
Closed 8 years ago
Wasm baseline: OutOfLineTruncateF32OrF64ToI32.off is unused on OSX arm build.
Categories
(Core :: JavaScript Engine: JIT, defect, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1277011
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: arai, Assigned: lth)
References
Details
https://treeherder.mozilla.org/#/jobs?repo=try&revision=41dcef9b2151&selectedJob=29459973
> /builds/slave/try_m64-d_sm-arm-sim-osx-00000/src/js/src/asmjs/WasmBaselineCompile.cpp:2729:20: error: private field 'off' is not used [-Werror,-Wunused-private-field]
> TrapOffset off;
> ^
> 1 error generated.
Assignee | ||
Comment 1•8 years ago
|
||
I'll take this for now; I'm implementing the ARM back-end anyhow.
Assignee: nobody → lhansen
Blocks: 1277011
Component: JavaScript Engine → JavaScript Engine: JIT
Priority: -- → P3
Summary: OutOfLineTruncateF32OrF64ToI32.off is unused on OSX arm build. → Wasm baseline: OutOfLineTruncateF32OrF64ToI32.off is unused on OSX arm build.
Assignee | ||
Comment 2•8 years ago
|
||
Fix will be rolled into the ARM patch.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•