[swift-evolution] What about garbage collection?
Michel Fortin
michel.fortin at michelf.ca
Mon Feb 8 22:20:52 CST 2016
Le 8 févr. 2016 à 16:00, Chris Lattner via swift-evolution <swift-evolution at swift.org> a écrit :
> I’m personally not interested in requiring a model that requires us to throw away a ton of perfectly good RAM to get an “simpler" programming model - particularly on that adds so many tradeoffs.
Me neither. I certainly prefer ARC. Hence one reason I like Swift more than D.
I'd just like to point out that a "fake" GC that stops short of actually freeing objects to instead print a warning on the console listing objects to be collected would be a great help to detect and fix cycles early in development.
--
Michel Fortin
https://michelf.ca
More information about the swift-evolution
mailing list