|
Ran
|
Jobs
1
|
Files
89
|
Run time
2min
|
Badge
README BADGES
|
push
github
x86/x64: Don't use undefined MUL/IMUL zero flag. Reported by VrIgHtEr. (cherry picked from commit c92d0cb19) When emitting the arithmetic operations on registers via the `asm_intarith()`, the next `test` instruction may be dropped since the flag register is modified by the arithmetic instruction to be emitted. But the `imul` instruction [1] doesn't modify ZF, so its value is undefined. This patch prevents dropping the `test` instruction if the emitted instruction is `imul`. Sergey Kaplun: * added the description and the test for the problem [1]: https://www.felixcloutier.com/x86/imul Part of tarantool/tarantool#11691 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit bb02057ad)
5709 of 6046 branches covered (94.43%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
15 existing lines in 5 files now uncovered.21788 of 23512 relevant lines covered (92.67%)
3871096.06 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
78.44 |
-0.08% | src/lj_opt_fold.c |
| 1 |
96.59 |
-0.05% | src/lj_record.c |
| 1 |
97.28 |
-0.18% | src/lj_trace.c |
| 2 |
92.0 |
-0.44% | src/luajit.c |
| 10 |
77.8 |
-1.01% | src/lj_api.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 17640023344.1 | 89 |
93.03 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|