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: Unit at time compilation mode III


On 12-Feb-2003, Jan Hubicka <jh@suse.cz> wrote:
> Index: toplev.c
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/toplev.c,v
> retrieving revision 1.707
> diff -c -3 -p -r1.707 toplev.c
> *** toplev.c	9 Feb 2003 19:18:54 -0000	1.707
> --- toplev.c	12 Feb 2003 13:33:52 -0000
> *************** int flag_new_regalloc = 0;
> *** 882,887 ****
> --- 882,891 ----
>   
>   int flag_tracer = 0;
>   
> + /* Nonzero if we porform compilation unit at time compilation.  */
> + int flag_unit_at_time = 0;
> + 

s/porform/perform/

Also, I suggest s/compilation unit at time/whole compilation unit at a time/

The phrase "unit at time" is not correct English grammar;
it should be "unit at a time".
You might want to consider s/unit-at-time/unit-at-a-time/g
and s/flag_unit_at_time/flag_unit_at_a_time/g

> --- 992,999 ----
...
> +    N_("Compile whole compilation unit at time") },

s/at time/at a time/

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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