On Wed, 6 Feb 2008 14:34:57 -0800
Andrew Morton <akpm@linux-foundation.org> wrote:
it gets interesting at the three-way..
if a() calls b() and then calls c(), and they all use N,
the total usage is now 3N not 2N.
(although current gcc is already somewhat smarter about this, and 3N might actually be 2N for some cases)
--