[OT] Why mobile web apps are slow
Jacob Carlborg
doob at me.com
Thu Jul 11 00:34:48 PDT 2013
On 2013-07-10 20:43, Paulo Pinto wrote:
> What sometimes goes missed between the lines is that one of the
> decisions to go ARC instead of GC, is because the Objective-C GC never
> worked properly and ARC offers a better fit for the current state of
> Objective-C world.
>
> First of all, GC was an opt-in and very few libraries supported it.
Wasn't it possible to use the GC with all libraries but not the other
way around?
> Then we have the typical issues with a conservative GC in a C based
> language, which lead to tons of issues if one looks into developer forums.
The GC only worked for the Objective-C part.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list