lix/src/nix-instantiate
Eelco Dolstra 41c45a9b31 * Store Value nodes outside of attribute sets. I.e., Attr now stores
a pointer to a Value, rather than the Value directly.  This improves
  the effectiveness of garbage collection a lot: if the Value is
  stored inside the set directly, then any live pointer to the Value
  causes all other attributes in the set to be live as well.
2010-10-22 14:47:42 +00:00
..
help.txt Make source location info in the XML output optional. 2010-03-31 12:38:31 +00:00
Makefile.am * Make building against the Boehm GC a configure option. 2010-10-22 13:39:15 +00:00
nix-instantiate.cc * Store Value nodes outside of attribute sets. I.e., Attr now stores 2010-10-22 14:47:42 +00:00