2 Commits (a5a0f70a03fbd182e526955a237085e81ef4d5ef)

Author SHA1 Message Date
David Chisnall 0828b11125 Improve ARC test and fix bugs it uncovered.
This cleans up handling of objects that are not reference counted and
makes their interactions with ARC more consistent.  We should probably
generalise this somewhat - it currently special cases NSConstantString
and NSGlobalBlock, but it would be nice to have an API for constant
objects.
8 years ago
David Chisnall ca1d45a4e6 Fix dangling reference in weak ref code.
Another test added as a result of coverage analysis.
8 years ago