Closed
Bug 1416230
Opened 7 years ago
Closed 6 years ago
LoopUnroller.cpp: tests should be executed
Categories
(Core :: JavaScript Engine: JIT, enhancement, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1520998
People
(Reporter: Sylvestre, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, the tests are not executed on for the loop unroller:
https://codecov.io/gh/marco-c/gecko-dev/src/master/js/src/jit/LoopUnroller.cpp
Even if the feature might be disabled, we should run the tests.
Reporter | ||
Comment 2•7 years ago
|
||
Should I try to remove the code and try to find a reviewer?
Flags: needinfo?(nicolas.b.pierron)
Comment 3•7 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #2)
> Should I try to remove the code and try to find a reviewer?
Discussing with Jan, we do not know if we might want this code in the future and prefer to keep it around.
Maybe we can use "#if 0 — #endif" in the mean time.
Flags: needinfo?(nicolas.b.pierron)
Reporter | ||
Updated•7 years ago
|
status-firefox58:
affected → ---
Comment 4•6 years ago
|
||
We're removing it in bug 1520998.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•