On Tue, Jun 12, 2012 at 8:45 AM, H.J. Lu wrote:
> On Mon, Jun 11, 2012 at 1:37 PM, William J. Schmidt
> wrote:
>> OK, once more with feeling... :)
>>
>> This patch differs from the previous one in two respects: It disables
>> the optimization when either the then or else edge is well-predicted;
On Mon, Jun 11, 2012 at 1:37 PM, William J. Schmidt
wrote:
> OK, once more with feeling... :)
>
> This patch differs from the previous one in two respects: It disables
> the optimization when either the then or else edge is well-predicted;
> and it now uses the existing l1-cache-line-size paramet
On Mon, 11 Jun 2012, William J. Schmidt wrote:
> OK, once more with feeling... :)
>
> This patch differs from the previous one in two respects: It disables
> the optimization when either the then or else edge is well-predicted;
> and it now uses the existing l1-cache-line-size parameter instead
OK, once more with feeling... :)
This patch differs from the previous one in two respects: It disables
the optimization when either the then or else edge is well-predicted;
and it now uses the existing l1-cache-line-size parameter instead of a
new one (with updated commentary).
Bootstraps and te