Re: Flush the runtime cache
Re: Flush the runtime cache
- Subject: Re: Flush the runtime cache
- From: publiclook <email@hidden>
- Date: Thu, 10 Jul 2003 13:14:06 -0400
It is generally not necessary to flush anything.
Categories already replace methods. You can look at the runtime's
implementation of category loading.
"Cocoa programming" includes examples of adding and replacing method
implementations at runtime.
On Wednesday, July 9, 2003, at 10:03 PM, David Cittadini wrote:
Does anyone know of a way to flush the Objective-C runtime cache of a
particular class definition? For example, if I replace a method
implementation on a class I really want to flush any copies of that
class in the cache but I cannot see how to do it with the standard
calls available.
Thanks, David.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.