Comment on How a bug in ported garbage-collected code trashed our iOS appComments−gte910h13yThe title confused me: It was redefinition of a GC related function that lead to the bug. It has nothing to do with the existence of a GC on iOS.−asarazanOP13yI was going for more of a sly joke with the title, but it appears to have not gone over well. I now regret my decision.−mikeash13yActually not a redefinition, as that function has had the same behavior since it was introduced. It's just code that's incorrect when run with reference counting.
Comments
The title confused me: It was redefinition of a GC related function that lead to the bug. It has nothing to do with the existence of a GC on iOS.
I was going for more of a sly joke with the title, but it appears to have not gone over well. I now regret my decision.
Actually not a redefinition, as that function has had the same behavior since it was introduced. It's just code that's incorrect when run with reference counting.