LDC -noruntime
Jacob Carlborg
doob at me.com
Sat Jul 7 03:35:30 PDT 2012
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
More information about the Digitalmars-d-learn
mailing list