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

KarpelesLab / goro / 25773489002
13%

Build:
DEFAULT BRANCH: master
Ran 13 May 2026 01:59AM UTC
Jobs 1
Files 398
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

13 May 2026 01:57AM UTC coverage: 12.145% (+0.009%) from 12.136%
25773489002

push

github

MagicalTux
vm: int fast paths for OpIncLocal/OpDecLocal and their post-forms

++\$i / --\$i / \$i++ / \$i-- on int locals — the common for-loop step
shape — were calling the generic incDecLocal which goes through
DoInc's full type switch. Inline the int+1 / int-1 path: load slot,
overflow-check, store slot (and hashtable on slot-unsafe bodies),
push the right value. Mixed types fall through to the generic path.

Arithmetic benchmark improves from 2.82x to 3.43x against AST.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

37 of 48 new or added lines in 1 file covered. (77.08%)

16 existing lines in 1 file now uncovered.

14038 of 115584 relevant lines covered (12.15%)

2048.61 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
63.65
-2.09% core/vm/vm.go

Coverage Regressions

Lines Coverage ∆ File
16
63.65
-2.09% core/vm/vm.go
Jobs
ID Job ID Ran Files Coverage
1 25773489002.1 13 May 2026 01:59AM UTC 398
12.15
GitHub Action Run
Source Files on build 25773489002
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25773489002
  • 68088ab0 on github
  • Prev Build on master (#25773415063)
  • Next Build on master (#25773591436)
  • Delete
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