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

tarantool / luajit / 17231436214
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: skaplun/gh-4808-jslots-trace-ir-cdata-ctype
DEFAULT BRANCH: tarantool/master
Ran 26 Aug 2025 07:44AM 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 Aug 2025 07:39AM UTC coverage: 93.057% (-0.007%) from 93.064%
17231436214

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

5713 of 6047 branches covered (94.48%)

Branch coverage included in aggregate %.

21791 of 23509 relevant lines covered (92.69%)

3878784.38 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
77.8
-1.01% src/lj_api.c
2
92.0
-0.44% src/luajit.c
1
87.89
-0.08% src/lj_crecord.c
1
78.75
0.23% src/lj_opt_fold.c
Jobs
ID Job ID Ran Files Coverage
1 17231436214.1 26 Aug 2025 07:44AM UTC 89
93.06
GitHub Action Run
Source Files on build 17231436214
  • 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 #17231436214
  • 4b263dff on github
  • Prev Build on tarantool/master (#16418063871)
  • Next Build on skaplun/lj-1075-arm64-incorrect-ldp-stp-fusion (#17546680105)
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