diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 23:49:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 23:49:09 +0000 |
commit | c5cc7737648e945673403a64980cbd90c33f65ed (patch) | |
tree | 7bd14fd247492c00f3d38ae1dbd7727e03fda9ad /Config.h | |
parent | a2ba768c18190ba57d9502deb3017aee4c37e36c (diff) | |
download | busybox-w32-c5cc7737648e945673403a64980cbd90c33f65ed.tar.gz busybox-w32-c5cc7737648e945673403a64980cbd90c33f65ed.tar.bz2 busybox-w32-c5cc7737648e945673403a64980cbd90c33f65ed.zip |
Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1674 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -129,6 +129,11 @@ | |||
129 | // pretty/useful). | 129 | // pretty/useful). |
130 | // | 130 | // |
131 | // | 131 | // |
132 | // BusyBox will, by default, malloc space for its buffers. This costs code | ||
133 | // size for the call to xmalloc. You can use the following feature to have | ||
134 | // them put on the stack. For some very small machines with limited stack | ||
135 | // space, this can be deadly. For most folks, this works just fine... | ||
136 | //#define BB_FEATURE_BUFFERS_GO_ON_STACK | ||
132 | // | 137 | // |
133 | // Turn this on to use Erik's very cool devps, and devmtab kernel drivers, | 138 | // Turn this on to use Erik's very cool devps, and devmtab kernel drivers, |
134 | // thereby eliminating the need for the /proc filesystem and thereby saving | 139 | // thereby eliminating the need for the /proc filesystem and thereby saving |