Re: mudflap cache question

2005-06-15 Thread Frank Ch. Eigler
Hi - Herman ten Brugge <[EMAIL PROTECTED]> writes: > [...] > I looked at the code in mf-runtime.c and found the cache > functions. The code [...] > __mf_uncache_object (__mf_object_t *old_obj) > [...] > unsigned idx_low = __MF_CACHE_INDEX (low); > unsigned idx_high = __MF_CACHE_IND

mudflap cache question

2005-06-14 Thread Herman ten Brugge
I just read the mudflap pdf file and wanted to know how the cache was implemented. I looked at the code in mf-runtime.c and found the cache functions. The code for the __mf_uncache_object looks strange to me however. The code looks like: static void __mf_uncache_object (__mf_object_t *old_obj)