On Thu, 9 Jun 2011, Tobias Burnus wrote:
> Richard Guenther wrote:
> > leslie3d terminates itself with STOP which translates to a noreturn
> > function. This causes our edge hot/cold prediction machinery to not
> > apply any predictions based on paths to noreturn functions
>
> > Bootstrapped and
Richard Guenther wrote:
> leslie3d terminates itself with STOP which translates to a noreturn
> function. This causes our edge hot/cold prediction machinery to not
> apply any predictions based on paths to noreturn functions
> Bootstrapped and tested on x86_64-unknown-linux-gnu.
> Ok for trunk?
leslie3d terminates itself with STOP which translates to a noreturn
function. This causes our edge hot/cold prediction machinery to not
apply any predictions based on paths to noreturn functions (because
there is no path that does not lead to a noreturn function). This
in turn makes us predict t