The source code to busybox, as a compressed tarball, is bigger than the binary of busybox. Since small size is one of the major design criteria in embedded software...
Posted Feb 1, 2012 10:20 UTC (Wed) by rvfh (subscriber, #31018)
[Link]
Yeah, but memory usage is the main issue these days, not hard-disk usage, so there would be a way to have the source code ready to be grabbed but never loaded into memory.
When there is a will, there is a way :-)
Clarification on a few points
Posted Feb 1, 2012 11:18 UTC (Wed) by epa (subscriber, #39769)
[Link]
About 1.6 megabytes compressed with lrzip -z. Add a bit more for the decompression code and it comfortably fits in two megabytes, which is not expensive given current flash memory prices.