svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Mon Mar 13 20:32:51 UTC 2006


Author: aldot
Date: 2006-03-13 12:32:48 -0800 (Mon, 13 Mar 2006)
New Revision: 14533

Log:
- add two comments


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2006-03-13 19:30:06 UTC (rev 14532)
+++ trunk/busybox/TODO	2006-03-13 20:32:48 UTC (rev 14533)
@@ -4,6 +4,8 @@
 
 build system
   make -j is broken, -j1 is forced atm
+  Make sure that the flags get pinned in e.g. Rules.mak so when expanding them
+  later on you get the cached result without the need to re-evaluate them.
 ----
 find
   doesn't understand (), lots of susv3 stuff.
@@ -165,6 +167,7 @@
   allocation on the stack or the heap.  Unfortunately, we're not using it much.
   We need to audit our memory allocations and turn a lot of malloc/free calls
   into RESERVE_CONFIG_BUFFER/RELEASE_CONFIG_BUFFER.
+  For a start, see e.g. make CFLAGS_EXTRA=-Wlarger-than-64
 
   And while we're at it, many of the CONFIG_FEATURE_CLEAN_UP #ifdefs will be
   optimized out by the compiler in the stack allocation case (since there's no




More information about the busybox-cvs mailing list