Re: Linux v2.5.46

Alan Cox (alan@lxorguk.ukuu.org.uk)
05 Nov 2002 17:25:02 +0000


On Tue, 2002-11-05 at 16:08, Linus Torvalds wrote:
> Especially since we expect the array to be potentially megabytes in the
> end (especially if somebody wants to make a bootable CD using this), and
> at least traditional gcc's would do horrible O(n^2) things with big
> initialized arrays.

Newer gcc is much saner, but there are other ways to do it - gas is
quite happy to chew a 10Mb .byte file 8)

-
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/