-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support tagged CodeInstance #520
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #520 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 9 9
Lines 1552 1559 +7
======================================
- Misses 1552 1559 +7 ☔ View full report in Codecov by Sentry. |
0309437
to
09cdf3d
Compare
native::Any | ||
end | ||
@static if isdefined(CC, :cache_owner) | ||
CC.cache_owner(interp::CthulhuInterpreter) = CthulhuCacheToken(CC.cache_owner(interp.native)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could in theory also use the cache of the AbsInt we are wrapping, but that seems dangerous.
@Keno @aviatesk this fails in an interesting way.
and
|
@aviatesk mentioned over slack that we should move to using |
Looks like this should now be closed. |
Support JuliaLang/julia#52233