[Nasal-cvs] code.h

Andy Ross andy at plausible.org
Wed May 30 12:32:19 PDT 2007


Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv14680

Modified Files:
	code.h 
Log Message:
Fix a performance interaction between the per-context object cache and
the (increasingly common) use of small subcontexts via call().  The
cached-but-unused objects would force many more garbage collections
than were needed.



More information about the nasal-cvs mailing list