On Wed, Feb 06, 2013 at 04:30:41PM +0100, Janus Weil wrote:
> internal_pack. While this can potentially decrease performance (due to
> the additional function call, which I hope is negligible), it ensures

You mean comparison + conditional jump (predicted unlikely to jump).

> that this check is really done in all possible situations, which makes
> internal_pack somewhat safer.
> 
> The patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk?

It looks good to me, but I guess I'll leave the decision to Fortran
reviewers.

        Jakub

Reply via email to