Allocators
deadalnix
deadalnix at gmail.com
Mon Aug 26 07:37:33 PDT 2013
On Monday, 26 August 2013 at 14:06:42 UTC, Dicebot wrote:
> On Monday, 26 August 2013 at 07:55:56 UTC, Dmitry Olshansky
> wrote:
>>> It is a wonder it works at all! :D
>>
>> Well C++ got away with it for 10+ years not even having a
>> notion of a thread. And since globals are defined as
>> thread-local, there is some notion of memory model isn't it? ;)
>
> What I was (half-)joking about here is that D has _lot_ of
> crucial design problems, listing them all at once can inspire
> truly apocalyptic feelings. And still in practice it works and
> works pretty damn good. Can a mortal mind even imagine how
> awesome can it be if all those issues are addressed and fixed?
> :)
Well, first it would break a lot of code; And second, we'd
probably discover a whole new class of problem. But yeah, that'd
be great :P
More information about the Digitalmars-d
mailing list