Re: [patch 4/21] fix ARCH_HAS_PREFETCH

Linus Torvalds (torvalds@transmeta.com)
Sun, 11 Aug 2002 12:06:57 -0700 (PDT)


On Sun, 11 Aug 2002, Andrew Morton wrote:
>
> It's actually a special-case inside the compiler to not optimise
> away such constructs.

I thought that special case was removed long ago, because it is untenable
in C++ etc (where such empty loops happen due to various abstraction
issues, and not optimizing them away is just silly).

But testing shows that you're right at least for 2.95 and 2.96. Argh

Linus

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