Differences From Artifact [18f9bfe4a7]:
- File tests/RuntimeTests.m — part of check-in [0a73af49f0] at 2017-04-30 13:35:16 on branch trunk — Use nonatomic for properties and clean up This changes retaining behavior, meaning properties are not returned retained and autoreleased anymore, so a property returned from a getter now needs to be manually retained and autoreleased before calling the setter. However, this is rarely the case and not using atomic improves performance. (user: js size: 1984)
To Artifact [8f25e820a2]:
- File tests/RuntimeTests.m — part of check-in [7e5c81e186] at 2018-01-03 19:49:46 on branch trunk — Update copyright notice (user: js size: 2007)
1 | 1 2 3 4 5 6 7 8 9 10 | - + + | /* |
| ︙ |