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

JuliaLang / julia / #37559
77%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2023 12:33PM UTC
Jobs 1
Files 348
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
#37559

push

local

web-flow
inlining: allow callsite inlining with cached results (#50048)

In some rare cases with callsite inlining, we try to inline an inferred
result from a local cache (`inf_result::InferenceResult`), whose source
has been transformed by `transform_result_for_cache`. At present,
`inf_result.src` stays to be `OptimizationState` in such cases,
causing `inlining_policy` to handle the callsite inlining.

This commit adjusts `transform_result_for_cache` so that it stores the
transformed source in `inf_result.src`, letting the callsite inliner
use it. Down the line, we might revisit this change to align it with
532125d51, which isn't enabled yet.

73771 of 84086 relevant lines covered (87.73%)

33813913.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37559.1 04 Jun 2023 12:33PM UTC 348
87.73
Source Files on build #37559
  • Tree
  • List 348
  • Changed 275
  • Source Changed 0
  • Coverage Changed 275
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f407a4ca on github
  • Prev Build on master
  • Next Build on master
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