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] Splitting of virtual definitions (aka. V_MUST_DEF)



On Jun 7, 2004, at 09:45, Brian Booth wrote:
WITH_PATCH WITHOUT_PATCH

real    48m24.896s      48m18.499s
user    37m57.030s      37m37.460s
sys     6m10.790s       6m5.690s

There is a slow down of about six seconds but I feel that this can be
overcome with future tuning of the optimization passes to take advantage
of the V_MUST_DEF construct (dse for example).

It is 25 seconds, 20 seconds in user time and 5 for the system. That seems like a very large increase, which would need some more justification.

-Geert


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