On 5/2/2014 2:24 AM, deadalnix wrote:
> DIP29 is not safe,
How so?
> does not help to construct immutables,
immutable p = new int;
works.
> is not inferred,
I'm surprised you'd say that, most of it is about inferring uniqueness.
> do not provide aliasing infos for the optimizer,
That's right.
> etc...
?