This is the mail archive of the gcc@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]

Re: New register allocator branch created


    For instance, for cp-demangle.c, the older allocator does this on
    demangle_special name:

This had 54 spills.

    The new one does this:

It has 90 spills.

So I'm not sure what you are showing.

    Would it make you feel better if i just said it performs " a ton" better
    or some other vague, not applicable at all term?

It would actually be good if you could quantify the performance improvement.
You could compare the static number of memory spills/fills, the number or
register-register copies, or performance of test cases, perhaps even SPEC.

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