develooper Front page | perl.perl6.internals | Postings from May 2008

Re: [svn:parrot] r27357 - in branches/pdd25cx: compilers/imcc include/parrot src src/charset src/gc src/ops src/pmc t/pmc

Thread Next
From:
chromatic
Date:
May 6, 2008 13:24
Subject:
Re: [svn:parrot] r27357 - in branches/pdd25cx: compilers/imcc include/parrot src src/charset src/gc src/ops src/pmc t/pmc
On Tuesday 06 May 2008 12:52:35 allison@cvs.perl.org wrote:

> Author: allison
> Date: Tue May  6 12:52:34 2008
> New Revision: 27357
>
> Log:
> [pdd25cx] 
>     * Several header changes from rerunning 'make headerizer'.
>
> Modified: branches/pdd25cx/compilers/imcc/optimizer.c
> ===========================================================================
>=== --- branches/pdd25cx/compilers/imcc/optimizer.c	(original)
> +++ branches/pdd25cx/compilers/imcc/optimizer.c	Tue May  6 12:52:34 2008
> @@ -138,18 +148,6 @@
>          __attribute__nonnull__(2)
>          FUNC_MODIFIES(*unit);
>
> -#if DO_LOOP_OPTIMIZATION

> Modified: branches/pdd25cx/compilers/imcc/pbc.c
> ===========================================================================
>=== --- branches/pdd25cx/compilers/imcc/pbc.c	(original)
> +++ branches/pdd25cx/compilers/imcc/pbc.c	Tue May  6 12:52:34 2008
> @@ -183,10 +183,8 @@
>          __attribute__nonnull__(1)
>          __attribute__nonnull__(2);
>
> -#ifdef HAS_JIT
>  PARROT_WARN_UNUSED_RESULT
>  static int old_blocks(void);
> -#endif /* HAS_JIT */

These are the headerizer changes that bother me the most.

-- c

Thread Next


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About