I'm sitting on a codebase where `ref object` is everywhere (the Nim compiler). 
It's hard to reason about and error prone, today I wouldn't write the code this 
way anymore. The optimizers I write also don't like `ref` semantics and that 
will be reflected in the performance. Eventually.

Reply via email to