How can D become adopted at my company?

Walter Bright newshound2 at digitalmars.com
Mon Apr 30 12:21:33 PDT 2012


On 4/30/2012 12:09 PM, Timon Gehr wrote:
> On 04/30/2012 08:45 PM, Nick Sabalausky wrote:
>>
>> I once tried to create a batch image processing tool in D, and false
>> pointers rendered the whole thing unusable. I've been wary about such things
>> since.
>>
>> This was a number of years ago, though.
>>
>>
>
> False pointers in the image data? Why would that even be scanned?

Such was scanned in early D.

Anyhow, a large allocation is more likely to have false pointers into it than a 
small one. For very large allocations, I would suggest handling them explicitly 
rather than using the GC.


More information about the Digitalmars-d mailing list