Immutable allocation in Julia v1.5?

With Julia v1.5, is it correct to say that standalone (not part of an array or mutable struct) local immutable values, and all their immutable fields, are now always stack-allocated? Or are there cases where that might not necessarily be true?

1 Like

Type unstable, allocation elimination etc…

Oh, of course, thanks!