Re: [PATCH] Re: SSE related security hole

H. Peter Anvin (hpa@zytor.com)
Sat, 20 Apr 2002 15:43:17 -0700


Andrea Arcangeli wrote:
>
> As said in an earlier email it is a matter of memory bandwith, 59 bytes
> of icache and zero data, against 7 bytes of icache and 512bytes of data.
> the 512bytes of data are visibly slower, period. Saving mem bandwith is
> much more important than reducing the number of instructions, even more
> on SMP!
>

It's not 512 bytes of data -- only the part that's actually used is
accessed.

-hpa

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