Re: Multiple Inheritence (Was: Is _objc_flush_caches_(Class) necessary to swizzle methods?)
Re: Multiple Inheritence (Was: Is _objc_flush_caches_(Class) necessary to swizzle methods?)
- Subject: Re: Multiple Inheritence (Was: Is _objc_flush_caches_(Class) necessary to swizzle methods?)
- From: DumberThanDanQuayle <email@hidden>
- Date: Sat, 25 Sep 2004 11:30:30 -0400
On Sep 25, 2004, at 11:17 AM, Ondra Cada wrote:
On 25.9.2004, at 17:06, DumberThanDanQuayle wrote:
Nope, macros and your technique are quite equivalent (more or less,
your trick is actually just a poor man's macro processor).
Both macros and including code (and any other technique whose result
is more copies of the same code, like copy'n'paste programming) share
the mentioned problems.
Do you know why this is? With respect to the Obj-C runtime, how is
using the C pre-processor to copy code different than me simply doing
it manually?
I can understand the debugger problem to the extent that I suspect that
the break point is only read once on start-up. So which every class is
loaded first gets it.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden