Ran
|
Files
89
|
Run time
3s
|
Badge
README BADGES
|
push
github
Fix jit.dump() output for IR_CONV. (cherry-picked from commit 44bd7437a) When dumping IRs via `jit.dump()`, the incorrect value of `IR_CONV` mode shift (`IRCONV_CSH`) is used. This patch fixes the value. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#9145
5346 of 5972 branches covered (0.0%)
Branch coverage included in aggregate %.
20501 of 23293 relevant lines covered (88.01%)
2749691.4 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
13.79 | src/lj_utils_leb128.c | 132 | 51 | 7 | 44 | 1470134.0 + 18 | |||
61.83 | src/lj_cparse.c | 1935 | 1029 | 635 | 394 | 187006.0 + 33 | |||
61.83 | src/lj_clib.c | 431 | 101 | 65 | 36 | 2737.0 | |||
64.75 | src/lj_cconv.c | 763 | 387 | 238 | 149 | 517526.0 + 35 | |||
70.38 | src/lj_carith.c | 429 | 252 | 175 | 77 | 557414.0 + 26 | |||
72.73 | src/lj_crecord.c | 1912 | 927 | 656 + 2 | 271 - 2 | 66.0 | |||
72.86 | src/lj_strscan.c | 537 | 261 | 188 | 73 | 2693254.0 - 160445 | |||
73.0 | src/lj_api.c | 1368 | 859 | 622 | 237 | 964650.0 + 492 | |||
75.0 | src/lib_ffi.c | 866 | 518 | 387 | 131 | 85602.0 + 7 | |||
75.77 | src/lj_opt_fold.c | 2522 | 971 | 720 - 1 | 251 + 1 | 22570.0 + 596 |