Smart pointers instead of GC?

Mehrdad wfunction at hotmail.com
Wed Jan 2 11:36:29 PST 2013


On Wednesday, 2 January 2013 at 17:18:52 UTC, Thiez wrote:
> On Wednesday, 2 January 2013 at 12:32:01 UTC, deadalnix wrote:
>> Most GC language lack proper memory management, and sometime 
>> have design choice that are a nightmare for the GC (java have 
>> no value type for instance).
>
> Surely Java's primitive types (byte, short, int, long, float, 
> double, boolean, and char) count as value types?

I think he meant non-primitives


More information about the Digitalmars-d mailing list