June 17, 2009
7:34 a.m.
The interpreter purges the whole cache: flushMethodCache "Flush the method cache. The method cache is flushed on every programming change and garbage collect." 1 to: MethodCacheSize do: [ :i | methodCache at: i put: 0 ]. 1 to: AtCacheTotalSize do: [ :i | atCache at: i put: 0 ]. Cheers, Adrian On Jun 16, 2009, at 22:32 , Gabriel Brunstein wrote:
does anybody know if the the method Behavior>>flushCache flush the whole method cache or just the methods of the receiver class ? _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project