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] Local factoring algorithms


A couple of style comments:

> + /* Initialization of the chain of bbDecorator! For each bb there is a
> +    bbDecorator in the chain.  */

This is the way comments should be formatted. This is also about the
only one in the file this way :)

Basically it's /* space comment period two spaces */

> + static bbDecorator
> + init (bbDecorator decorator)

init_factoring maybe? Probably a silly request, but...

Otherwise I like the look of the code. I very much appreciate the small
functions and comments. Haven't looked at it in detail yet.

Another question people will have are the compile and runtime effects.
Have you timed a run of, say, SPEC with this?

-eric

-- 
Eric Christopher <echristo@redhat.com>


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