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 Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org>
5363 of 5975 branches covered (0.0%)
Branch coverage included in aggregate %.
20549 of 23304 relevant lines covered (88.18%)
2758242.75 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 | 1488983.0 - 17925 | |||
61.83 | src/lj_clib.c | 431 | 101 | 65 | 36 | 2737.0 | |||
64.75 | src/lj_cconv.c | 763 | 387 | 238 | 149 | 517686.0 - 52279 | |||
66.47 | src/lj_cparse.c | 1937 | 1030 | 681 | 349 | 174360.0 - 18429 | |||
70.38 | src/lj_carith.c | 429 | 252 | 175 | 77 | 557380.0 - 57822 | |||
72.64 | src/lj_crecord.c | 1912 | 927 | 655 + 1 | 272 - 1 | 73.0 - 1.0 | |||
72.86 | src/lj_strscan.c | 537 | 261 | 188 | 73 | 2855220.0 + 1420 | |||
73.0 | src/lj_api.c | 1368 | 859 | 622 | 237 | 964287.0 - 1939 | |||
75.0 | src/lib_ffi.c | 866 | 518 | 387 | 131 | 85603.0 - 8573 | |||
75.75 | src/lj_opt_fold.c | 2521 | 970 | 719 - 4 | 251 + 4 | 23064.0 - 64 |