On Tuesday, 30 August 2016 at 23:54:45 UTC, Martin Nowak wrote:

Allowing access to private members has a lot of implications, e.g. breaks lots of optimizations b/c you can't know who accesses sth.

"lots of optimizations"
Can you mention a few?

(I can only think of complicated stuff that requires pretty much whole-program analysis to prove validity, and in that case adding `private` doesn't help any more)

-Johan

Reply via email to