Re: [ACPI] ACPI mentioned on lwn.net/kernel

Ryan Cumming (bodnar42@phalynx.dhs.org)
Fri, 25 Jan 2002 12:05:55 -0800


On January 25, 2002 08:15, Andreas Schwab wrote:
> These are all startup costs that are lost in the noise the longer the
> program runs.

Executable size is -not- just a startup cost. Larger executables will have a
bigger memory footprint and less cache locality. A KDE desktop on 64megs of
memory would be noticably more responsive if GCC generated executables the
same size as VC++, due to less swap thrashing alone.

-Ryan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/