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.