|
|
|
|
|
by tarwich
234 days ago
|
|
I would assume not. Consider ARC vs GC. With ARC the programmer manages memory and with GC the compiler manages it. People choose one or the other because of the style they're going after. Could you set a flag for it. Maybe if all libraries you download were pre-compiled perhaps. Personally, I just prefer to know that the team that supports the tool I'm using is dedicated to "that one thing" I'm after. |
|
It could be done... but I'm not sure what it would gain you. It seems to me that knowing that it will do one or the other is better than having to think about which it will do in each instance.