Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
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."). This 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 %.
20478 of 23296 relevant lines covered (87.9%)
2741767.71 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
92.76 |
-0.99% | src/lj_ir.c |
2 |
75.77 |
-0.16% | src/lj_opt_fold.c |
6 |
94.74 |
-4.31% | src/lj_str.c |
6 |
82.22 |
17.78% | src/lj_sysprof.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6783263022.1 | 89 |
88.21 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|