%% Dan Kegel <[EMAIL PROTECTED]> writes: dk> While this concern is largely theoretical, and the obvious dk> workaround is to generate smaller Makefiles, it still seems dk> worthwhile to ask if anyone has looked into reducing the memory dk> consumption of gnu Make.
No. I've spent a good deal of time with things like valgrind and Purify to ensure make doesn't leak memory, but I've not done any real investigation into reducing valid memory usage. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
