Disable GC entirely

Walter Bright newshound2 at digitalmars.com
Wed Apr 10 19:19:50 PDT 2013


On 4/10/2013 6:20 PM, Manu wrote:
> On 11 April 2013 11:11, Walter Bright <newshound2 at digitalmars.com
> <mailto:newshound2 at digitalmars.com>> wrote:
>
>     On 4/10/2013 2:12 AM, Manu wrote:
>
>         Nobody has yet showed me an example of a typical class where it would
>         make ANY
>         sense that all (or even most) methods be virtual. (Again, not talking about
>         small/trivial or foundational/container classes, people don't write
>         these every
>         day, they write them once, and use them for a decade, and they probably
>         like in
>         the standard library)
>
>
>     Expression, Statement, Type, and Dsymbol in the compiler sources.
>
>
> The bases? Do you write those classes every day, or are they a tool that you've
> been using for decade(/s)?

I modify them constantly. They aren't foundational/container classes, in that 
they are very specific to the compiler's needs.


More information about the Digitalmars-d mailing list