minor follow up on the tagged code instance change#543
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #543 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 9 9
Lines 1553 1551 -2
======================================
+ Misses 1553 1551 -2 ☔ View full report in Codecov by Sentry. |
|
There appears to be remaining issues related to world ages of |
|
Do we actually want this, semantically? The fact that Cthulhu's cache is not poisoned by prior results is one of the best features about it. Also, I don't really see any benefit here. You're not likely to want to cache Cthulhu results in precompile files, etc. |
Yeah I was thinking about this as well and that's why in #540 I kept using the old design. Each instance of the abstract interpreter currently get's a fresh cache. |
|
Yeah, I agree that the current design with the external code cache is a good fit for Cthulhu. |
464372d to
d4fb503
Compare
InternalCodeCache
Requires JuliaLang/julia#53300.