• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / luajit / 15899401084
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: ligurio/lj-1459-ub-carith_ptr
DEFAULT BRANCH: tarantool/master
Ran 26 Jun 2025 10:30AM UTC
Jobs 1
Files 89
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2025 10:24AM UTC coverage: 93.05% (+0.01%) from 93.036%
15899401084

push

github

Buristan
ARM64: Fix LDP code generation.

Thanks to Zhongwei Yao.

(cherry picked from commit 9493acc1a)

When fusing two LDR (STR) instructions to the single LDP (STP)
instruction, the arm64 emitter shifts the offset value to encode the
immediate. In the case when the offset is negative, the resulting field
value exceeds the 7-bit length of the immediate, see [1]. This results
in the invalid instruction decoding.

This patch fixes this by masking the value with the 7-bit-width mask
`0x7f`.

Sergey Kaplun:
* added the description and the test for the problem

[1]: https://developer.arm.com/documentation/ddi0602/2025-03/Base-Instructions/LDP--Load-pair-of-registers-

Part of tarantool/tarantool#11278

5709 of 6046 branches covered (94.43%)

Branch coverage included in aggregate %.

21791 of 23508 relevant lines covered (92.7%)

3834881.36 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
94.74
-2.87% src/lj_str.c
1
78.83
0.39% src/lj_opt_fold.c
1
96.64
-0.1% src/lj_record.c
1
97.28
-0.18% src/lj_trace.c
Jobs
ID Job ID Ran Files Coverage
1 15899401084.1 26 Jun 2025 10:30AM UTC 89
93.05
GitHub Action Run
Source Files on build 15899401084
  • Tree
  • List 89
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #15899401084
  • f8334550 on github
  • Prev Build on tarantool/master (#15897929552)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc