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

JuliaLang / julia / #37839
77%

Build:
DEFAULT BRANCH: master
Ran 15 Jul 2024 10:43AM UTC
Jobs 1
Files 361
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

14 Jul 2024 05:27PM UTC coverage: 87.526% (+0.02%) from 87.508%
#37839

push

local

web-flow
make codegen threadsafe, sinking the necessary lock now into JuliaOJIT (#55106)

This adds a new helper `jl_read_codeinst_invoke` that should help manage
reading the state out of a CodeInstance correctly everywhere. Then
replaces all of the places where we have optimizations in codegen where
we check for this (to build a name in the JIT for it) with that call.
And finally moves the `jl_codegen_lock` into
`jl_ExecutionEngine->jitlock` so that it is now more clear that this is
only protecting concurrent access to the JIT state it manages (which
includes the invoke field of all CodeInstance objects). In a subsequent
followup, that `jitlock` and `codeinst_in_flight` will be replaced with
something akin to the new engine (for CodeInfo inference) which helps
partition that JIT lock mechanism (for CodeInstance / JIT insertion) to
correspond just to a single CodeInstance, and not globally to all of
them.

77506 of 88552 relevant lines covered (87.53%)

16167901.38 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
75.0
-2.21% base/stat.jl
Jobs
ID Job ID Ran Files Coverage
1 #37839.1 15 Jul 2024 10:43AM UTC 361
87.53
Source Files on build #37839
  • Tree
  • List 361
  • Changed 244
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b88f64f1 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