This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][fortran] Rework allocator library interface


Richard,
    Bootstrapped and tested at -m32 and -m64 on powerpc-apple-darwin8
with the patch (sans the so version change) applied to gcc 4.2 branch.
Builds fine and produces no regressions in the gfortran testsuite.
                             Jack

On Mon, Dec 11, 2006 at 06:14:56PM +0100, Richard Guenther wrote:
> 
> This reworks the libgfortran allocator interfaces to be suitable to
> marking them with DECL_IS_MALLOC and so exposing the newly allocated
> memory to better alias disambiguation.  This allows for example fatigue
> to improve 30% with coalescing sin and cos to sincos which is not
> possible at the moment due to aliasing issues solved by this patch.
> 
> This patch also bumps the libgfortran so version (we can omit this
> change if we also apply the change to 4.2).
> 
> Bootstrapped and tested on x86_64-unknown-linux-gnu.
> 
> Ok for mainline?  (4.2?)
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]