Ran
|
Jobs
1
|
Files
89
|
Run time
8s
|
Badge
README BADGES
|
push
github
Fix FOLD rule for x-0. Reported by XmiliaH. (cherry-picked from commit 7b994e0ee) Fold optimization x - (-0) ==> x is INVALID for x = -0 in FP arithmetic. Its result is -0 instead of +0. This patch allows only x - (+0) ==> x optimization. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#9145
5359 of 5975 branches covered (0.0%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
3 existing lines in 3 files now uncovered.20540 of 23304 relevant lines covered (88.14%)
2753453.46 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.47 |
-0.08% | src/lj_asm.c |
1 |
72.56 |
-0.08% | src/lj_crecord.c |
1 |
92.11 |
-2.63% | src/lj_vmmath.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6821269217.1 | 89 |
88.46 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
13.79 | src/lj_utils_leb128.c | 132 | 51 | 7 | 44 | 1545437.0 + 56464 | 1 | 6 | |
61.83 | src/lj_clib.c | 431 | 101 | 65 | 36 | 2737.0 | 16 | 14 | |
64.75 | src/lj_cconv.c | 763 | 387 | 238 | 149 | 517666.0 + 2 | 89 | 29 | |
66.47 | src/lj_cparse.c | 1937 | 1030 | 681 | 349 | 174354.0 - 1.0 | 199 | 95 | |
70.38 | src/lj_carith.c | 429 | 252 | 175 | 77 | 557411.0 + 60 | 65 | 24 | |
72.56 | src/lj_crecord.c | 1912 | 927 | 654 - 1 | 273 + 1 | 73.0 - 2 | 208 | 53 | |
72.86 | src/lj_strscan.c | 537 | 261 | 188 | 73 | 2853788.0 - 1333 | 102 | 35 | |
73.0 | src/lj_api.c | 1368 | 859 | 622 | 237 | 965010.0 + 1397 | 173 | 57 | |
75.0 | src/lib_ffi.c | 866 | 518 | 387 | 131 | 85599.0 - 1.0 | 99 | 31 | |
75.83 | src/lj_opt_fold.c | 2521 - 1 | 970 - 1 | 720 | 250 - 1 | 23409.0 + 824 | 237 | 55 |