Re: [webkit-dev] About WebKit memory cache

2012-03-26 Thread gaorock
PM, gaorock por...@hotmail.com wrote: Hi all Sometimes I met crashes about memory cache, and I traced them and found a bit doubt: Should we use typedef HashMapString, RefPtrCachedResource CachedResourceMap; instead of typedef HashMapString, CachedResource* CachedResourceMap;? CachedResource

[webkit-dev] About WebKit memory cache

2012-03-23 Thread gaorock
Hi all Sometimes I met crashes about memory cache, and I traced them and found a bit doubt: Should we use typedef HashMapString, RefPtrCachedResource CachedResourceMap;instead of typedef HashMapString, CachedResource* CachedResourceMap;? The following is the call stack, hope it's useful for