SciML / RuntimeGeneratedFunctions.jl

Functions generated at runtime without world-age issues or overhead
https://docs.sciml.ai/RuntimeGeneratedFunctions/stable/
MIT License
100 stars 14 forks source link

The body might be wrongly garbage collected when we drop the body #62

Closed YingboMa closed 1 year ago

c42f commented 1 year ago

So we're giving up on GC'ing RGF's at all?

If that's the case, we may as well remove the body parameter completely.