On 2012-07-06 21:42, David Nadlinger wrote:
On Friday, 6 July 2012 at 09:38:13 UTC, Jacob Carlborg wrote:
It will not prevent the compiler for generating calls to the runtime.

It should – TypeInfo references will still be generated, though.

So what happens with code like this:

auto o = new Object;

It won't generate any code for that? Then what happens with "o", uninitialized?

--
/Jacob Carlborg


Reply via email to