iPhone vs Android

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 14 00:14:46 PDT 2016


On 9/13/2016 11:33 PM, Shachar Shemesh wrote:
> Please let me know if scanning this struct for GC pointers is necessary or not.

It depends on how it is used. I was unclear about knowable, it is knowable if 
you segregate types based on whether they could be gc'd or not.

I.e. it is a good program design idea to use different types for different 
allocation methods - don't mix them.



More information about the Digitalmars-d mailing list