Valentin Churavy

Results 1415 comments of Valentin Churavy

an other idea for v0.5 is to actually work with threads. Any contributions are welcome!

With different processes you would have to do the splitting on an even higher level. With threads you won't have pointer serialisation issues, but threading support is quite bare-bone right...

This would be quite nice to have :) Is there anything holding it back from being merged? I would be willing to do some work if it needs to be...

@jaliss Any comments? I really like your work on securesocial, but this is a bit that is missing for me.

To quote myself from the meeting: > I don't care about Shared Arrays ;)

This will conflict with #52233 which I am hoping to merge in the next few days. I went through this PR and I didn't see anything to bad, only my...

Rebased onto master after #52233 merge

> Are you working on that, or should I go ahead? Go ahead :)

Does #53219 resolve this? It removes the need to handle code-instances in this location. #52964 does require that `code.inferred` is something codegen and the interpreter can understand, so stashing additional...

In https://github.com/JuliaDebug/Cthulhu.jl/pull/540 I continued using the external code cache instead of using the internal code cache (but the external code cache no longer participates in invalidation logic)