Re: [PATCH] arch/i386/Makefile,scripts/gcc-version.sh,Makefile small fixes

From: Serge Belyshev
Date: Sat Jan 24 2004 - 20:41:51 EST


>> * Consider adding -fweb option:
>
>What does it do?

>From gcc(1):

-fweb
Constructs webs as commonly used for register allocation purposes and
assign each web individual pseudo register. This allows our register
allocation pass to operate on pseudos directly, but also strengthens
several other optimization passes, such as CSE, loop optimizer and
trivial dead code remover. It can, however, make debugging impossible,
since variables will no longer stay in a ``home register''.

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