This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: An issue for the SC: horrible documentation quality of GCC
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: matz at suse dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 9 May 03 10:15:14 EDT
- Subject: Re: An issue for the SC: horrible documentation quality of GCC
Also before the *local_cprop* functions, except local_cprop_pass(),
which is only called at toplevel from one_cprop_pass().
Also, what does "local" mean in this context? I'd take it as the opposite
of "global", meaning to me that this does an optimzation on a small part of
the function being compiled. Which part? I see no documentation of that.
Or is this just a confusing name?