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: struct-reorg optimization


On 10/21/07, Olga Golovanevsky <OLGA@il.ibm.com> wrote:

>       * ipa-struct-reorg.c, ipa-struct-reorg.h: New files.
>       * tree-pass.h: Add pass_ipa_struct_reorg.
>       * common.opt: Add ipa-struct-reorg flag.
>       * Makefile.in: Add ipa-strcut-reorg.o compilation.
>       * passes.c: Add pass pass_ipa_struct_reorg.
>       * params.h:  Add STRUCT_REORG_COLD_STRUCT_RATIO.
>       * params.def: Add PARAM_STRUCT_REORG_COLD_STRUCT_RATIO.

OK.

> (See attached file: ipa-struct-reorg.txt)(See attached file:
> ipa-struct-reorg.h)(See attached file: ipa-struct-reorg.c)

For future patches, when adding files you can generate a diff by doing
'svn add' and then generating a patch.  The add operation does not
modify the repository, so it's safe.


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