gecko-dev/js
brendan%mozilla.org 3efd0e519f 1. Fix jsdhash/pldhash.[ch] so that add/remove cycles for a given k do not
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.
2001-09-12 06:39:31 +00:00
..
benchmarks
js2
jsd - venkman only - 2001-09-06 01:34:44 +00:00
jsdj
jsj
macbuild Bug#81373 (mac static build) 2001-08-27 23:45:59 +00:00
ref
rhino patch (with my modifications) from jj@mail.ahc.umn.edu: 2001-09-06 16:53:29 +00:00
src 1. Fix jsdhash/pldhash.[ch] so that add/remove cycles for a given k do not 2001-09-12 06:39:31 +00:00
tests Trivial whitespace cleanup. 2001-09-10 23:16:43 +00:00
.cvsignore
landbranch.pl
Makefile.in
makefile.win