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

JuliaLang / julia / #37977
77%

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2024 02:18AM UTC
Jobs 1
Files 297
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

20 Dec 2024 06:30AM UTC coverage: 84.747% (-0.9%) from 85.636%
#37977

push

local

web-flow
EAUtils: perform `code_escapes` with a global cache by default (#56868)

In JuliaLang/julia#56860, `EAUtils.EscapeAnalyzer` was updated to create
a new cache for each invocation of `code_escapes`, similar to how
Cthulhu.jl behaves. However, `code_escapes` is often used for
performance analysis like `@benchmark code_escapes(...)`, and in such
cases, a large number of `CodeInstance`s can be generated for each
invocation. This could potentially impact native code execution.

So this commit changes the default behavior so that `code_escapes` uses
the same pre-existing cache by default. We can still opt-in to perform a
fresh analysis by specifying
`cache_token=EAUtils.EscapeAnalyzerCacheToken()`.

50901 of 60062 relevant lines covered (84.75%)

10968230.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37977.1 21 Dec 2024 02:18AM UTC 0
84.75
Source Files on build #37977
Detailed source file information is not available for this build.
  • Back to Repo
  • ff97facb 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

© 2026 Coveralls, Inc