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

tarantool / luajit / 15901242617
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/luajit-performance-tests
DEFAULT BRANCH: tarantool/master
Ran 26 Jun 2025 12:11PM 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 11:37AM UTC coverage: 93.101% (+0.05%) from 93.047%
15901242617

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

Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org>
Signed-off-by: Sergey Kaplun <skaplun@tarantool.org>
(cherry picked from commit d30d1613f)

5713 of 6046 branches covered (94.49%)

Branch coverage included in aggregate %.

21802 of 23508 relevant lines covered (92.74%)

3834664.24 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.59
-0.05% src/lj_record.c
2
87.89
-0.08% src/lj_crecord.c
3
93.09
-0.99% src/lj_ir.c
4
78.59
-0.23% src/lj_opt_fold.c
Jobs
ID Job ID Ran Files Coverage
1 15901242617.1 26 Jun 2025 12:11PM UTC 89
93.1
GitHub Action Run
Source Files on build 15901242617
  • Tree
  • List 89
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #15901242617
  • d1d4b3a1 on github
  • Prev Build on tarantool/release/3.4 (#15897929535)
  • Next Build on tarantool/release/3.4 (#15918277634)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc