I mean that the optimizer does not know what _rc is. The optimizer can only elide what it can prove, by sound logic, not by assumptions.
The whole point of compiler-supported RC is that the optimizer can make assumptions.
Daniel Murphy via Digitalmars-d Mon, 23 Feb 2015 01:05:35 -0800
I mean that the optimizer does not know what _rc is. The optimizer can only elide what it can prove, by sound logic, not by assumptions.
The whole point of compiler-supported RC is that the optimizer can make assumptions.