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

tarantool / luajit / 17645235118
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/actions-checkout-bump
DEFAULT BRANCH: tarantool/master
Ran 11 Sep 2025 12:59PM 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

11 Sep 2025 12:21PM UTC coverage: 93.064% (+0.04%) from 93.027%
17645235118

push

github

Buristan
ARM64: Fix LDP/STP fusion (again).

Reported and analyzed by Zhongwei Yao. Fix by Peter Cawley.

(cherry picked from commit b8c6ccd50)

Assume we have stores/loads from the pointer with offset +488 and -16.
The lower bits of the offset are the same as for the offset (488 + 8).
This leads to the incorrect fusion of these instructions:
| str   x20, [x21, 488]
| stur  x20, [x21, -16]
to the following instruction:
| stp   x20, x20, [x21, 488]

This patch prevents this fusion by more accurate offset comparison.

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

Part of tarantool/tarantool#11691

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

5712 of 6046 branches covered (94.48%)

Branch coverage included in aggregate %.

21796 of 23512 relevant lines covered (92.7%)

3873369.74 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
93.09
-0.99% src/lj_ir.c
Jobs
ID Job ID Ran Files Coverage
1 17645235118.1 11 Sep 2025 12:59PM UTC 89
93.06
GitHub Action Run
Source Files on build 17645235118
  • Tree
  • List 89
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #17645235118
  • 77a5caed on github
  • Prev Build on tarantool/release/3.3 (#17640023344)
  • Next Build on tarantool/release/3.3 (#17649971406)
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

© 2026 Coveralls, Inc