mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00

create a long chain of removed sentinels. Also, when adding k to a table where k is not mapped, but where k hashes to a chain that includes removed sentinels, recycle the first removed sentinel in the chain for k's entry. 2. Cache cx->resolving till js_DestroyContext, to avoid high JSDHashTable new/destroy overhead in js_LookupProperty. 3. Add NS_TraceStack to nsTraceMalloc.[ch] and clean the .c file up a bit.