|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
dbg: introduce lj-bc, lj-func and lj-proto dumpers This patch adds dumpers for a single bytecode instruction (`lj-bc`), as well as for all bytecodes inside one function (`lj-func`) or prototype (`lj-proto`). Its dump is quite similar to the -bl flag but also reports types of register operands (`jmp`, `dst`, `str`, etc.). For LLDB, the result from the `lookup_global()` method is wrapped to the `lldb.value` object to make it more convenient. Also, it workarounds several LLDB revisions in which this can't be done for the array objects. See details in the corresponding comment. Part of tarantool/tarantool#4808 Reviewed-by: Evgeniy Temirgaleev <e.temirgaleev@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 24f5227af)
5713 of 6039 branches covered (94.6%)
Branch coverage included in aggregate %.
21762 of 23463 relevant lines covered (92.75%)
1937350.44 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
77.03 |
-0.16% | src/lj_opt_fold.c |
| 1 |
93.09 |
-0.33% | src/lj_ir.c |
| 1 |
96.6 |
-0.05% | src/lj_record.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 27936259541.1 | 89 |
93.13 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|