Differences From Artifact [3f9a210be5]:
- File
src/OFMutableSet.m
— part of check-in
[1255f3a11a]
at
2012-08-10 20:08:24
on branch trunk
— Directly use the runtime's autorelease pools.
This greatly improves performance, as it gets rid of the overhead of
OFAutoreleasePool. (user: js, size: 3978) [annotate] [blame] [check-ins using]
To Artifact [e5b23d482d]:
- File src/OFMutableSet.m — part of check-in [fcade8da38] at 2012-10-21 22:12:57 on branch trunk — Make GCC 4.4 happy. (user: js, size: 3955) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
103 104 105 106 107 108 109 | } @end @implementation OFMutableSet + (void)initialize { if (self == [OFMutableSet class]) | < | | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | } @end @implementation OFMutableSet + (void)initialize { if (self == [OFMutableSet class]) placeholder.isa = [OFMutableSet_placeholder class]; } + alloc { if (self == [OFMutableSet class]) return (id)&placeholder; |
︙ | ︙ |