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
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)