Ran
|
Jobs
1
|
Files
89
|
Run time
5s
|
Badge
Embed ▾
README BADGES
|
push
github
Fix maxslots when recording BC_VARG, part 3. Thanks to Peter Cawley. (cherry-picked from commit abb27c777) In case, when `BC_VARG` sets the VARG slot to the non-top stack slot, `maxslot` value was unconditionally set to the destination slot, so some top slots may be omitted in the snapshot entry. Since these slots are omitted, they are not restored correctly, when restoring from a snapshot for this side exit. This patch adds the check for the aforementioned case, to avoid maxslot shrinking. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#8825 Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org>
5325 of 5966 branches covered (0.0%)
Branch coverage included in aggregate %.
7 of 7 new or added lines in 1 file covered. (100.0%)
20446 of 23282 relevant lines covered (87.82%)
1286093.32 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
95.69 |
-0.04% | src/lj_record.c |
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
91.11 |
-0.32% | src/lj_alloc.c |
4 |
72.05 |
-0.51% | src/lj_crecord.c |
4 |
93.87 |
-1.08% | src/lj_opt_mem.c |
6 |
82.22 |
17.78% | src/lj_sysprof.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6008722496.1 | 89 |
88.11 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|