Ran
|
Files
89
|
Run time
3s
|
Badge
README BADGES
|
push
github
x64: Properly fix __call metamethod return dispatch. Reported by Sergey Kaplun. (cherry-picked from commit d133d67c8) This patch is the follow-up for the commit 1672bdc0f ("x64: Fix __call metamethod return dispatch."). That patch uses the incorrect macro x64 (which is undefined in dasm) instead of X64. `KBASE` (r15d) is still compared against `BASE` (edx) instead of `KBASEa` (r15) against rdx. This patch fixes the typo, so the correct registers are chosen. Sergey Kaplun: * added the description for the problem Part of tarantool/tarantool#9145
5339 of 5972 branches covered (0.0%)
Branch coverage included in aggregate %.
20487 of 23296 relevant lines covered (87.94%)
2749338.34 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 | 1488969.0 - 17939 | |||
61.83 | src/lj_cparse.c | 1935 | 1029 | 635 | 394 | 186970.0 - 19785 | |||
61.83 | src/lj_clib.c | 431 | 101 | 65 | 36 | 2736.0 | |||
64.75 | src/lj_cconv.c | 763 | 387 | 238 | 149 | 517487.0 - 52252 | |||
70.38 | src/lj_carith.c | 429 | 252 | 175 | 77 | 557339.0 - 57805 | |||
72.64 | src/lj_crecord.c | 1912 | 927 | 655 + 1 | 272 - 1 | 64.0 - 1.0 | |||
72.86 | src/lj_strscan.c | 537 | 261 | 188 | 73 | 2855239.0 + 2809 | |||
73.0 | src/lj_api.c | 1368 | 859 | 622 | 237 | 965118.0 - 1506 | |||
75.0 | src/lib_ffi.c | 866 | 518 | 387 | 131 | 85595.0 - 8567 | |||
75.77 | src/lj_opt_fold.c | 2522 | 971 | 720 - 2 | 251 + 2 | 22730.0 - 75 |