Disable GC entirely

Manu turkeyman at gmail.com
Tue Apr 9 05:30:42 PDT 2013


Eh? How so? Overrides may or may not come from anywhere...
Actually, a DLL may introduce an override that's not present at link time.
Even WPO can't save it.


On 9 April 2013 22:12, Timon Gehr <timon.gehr at gmx.ch> wrote:

> On 04/09/2013 01:09 PM, Manu wrote:
>
>> On 9 April 2013 21:02, Timon Gehr <timon.gehr at gmx.ch
>> <mailto:timon.gehr at gmx.ch>> wrote:
>>
>>     On 04/09/2013 12:18 PM, Manu wrote:
>>
>>         ...
>>
>>
>>         Thus successfully eliminating non-open-source libraries from D...
>>         Making a dependency on WPO is a big mistake.
>>         ...
>>
>>
>>     Inheritance is usually a bad way to reuse library functionality
>> anyway.
>>
>>
>> Who said anything about inheritance? What if I want to call a method?
>> len = x.length for instance? Properties are almost always really trivial
>> leaf functions. But they're all virtual calls! O_O
>>
>
> If you do not want to add overrides, then there is no dependency on WPO.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130409/bc17d634/attachment-0001.html>


More information about the Digitalmars-d mailing list