|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
ARM64: Fix assembly of HREFK. Reported by caohongqing. Fix contributed by Peter Cawley. (cherry picked from commit 8fbd576fb) `asm_hrefk()` uses the check for the offset for the corresponding node structure. However, the target load is performed from its inner `key` field with the offset 8. In the case of a huge table, it is possible that the offset of the node (4095 * 8) is less than 4096 * 8 and can be emitted via the corresponding instruction as an immediate offset, but the offset of the `key` field is not. This leads to the corresponding assertion failure in `emit_lso()`. This patch fixes this behaviour by the correct check. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#11278 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>
5713 of 6046 branches covered (94.49%)
Branch coverage included in aggregate %.
21803 of 23508 relevant lines covered (92.75%)
3836090.16 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.89 |
0.0% | src/lj_crecord.c |
| 1 |
96.64 |
0.0% | src/lj_record.c |
| 1 |
97.28 |
-0.18% | src/lj_trace.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15918277771.1 | 89 |
93.1 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|