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

ben-manes / caffeine / 1593
100%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2016 10:41AM UTC
Jobs 1
Files 64
Run time 3s
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

pending completion
1593

push

travis-ci

ben-manes
Reduce the jar size by 400kb (codegen)

When introducing code generation for the entry and cache, it was overly
optimistic and aggressive. That resulted in a larger binary and slow
byte code verification. The type hierarchy was optimized and the least
useful cases were promoted back to declared references.

The CacheLoader reference is another memory optimization that can be
rolled back. It should be very commonly used, as we strongly recommend
using a self populating cache instead of a manual one. The difference
is 14k lines generated (400kb), which is a lot less byte code that
might be verified.

4866 of 5157 relevant lines covered (94.36%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1593.1 (TERM=dumb) 19 Feb 2016 10:41AM UTC 0
94.36
Travis Job 1593.1
Source Files on build 1593
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1593
  • 28cf2661 on github
  • Prev Build on master (#1584)
  • Next Build on master (#1594)
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