This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ptr vs ref performance?? (test case)
- To: rob at e-critical dot com
- Subject: Re: ptr vs ref performance?? (test case)
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 14 Dec 2000 18:31:14 -0800 (PST)
- Cc: gcc at gcc dot gnu dot org
> Date: Thu, 14 Dec 2000 17:49:10 -0800
> From: Rob Willis <rob@e-critical.com>
> To: Tim Hollebeek <tim@hollebeek.com>
> Also, for these kind of performance tests - i compile with NO
> optimizations turned on.
This is not an insignificant bit of information. I think I missed
that on your first email.
Oh, well, then let me tell you that you aren't likely to see anyone do
anything about such reports. One cannot, and will not get either
fast, or tight code with no optimizations. We have no plans of ever
changing this. Hence, there is little reason to examine a report like
this.
I kinda see where your coming from. There should be a rough
equivalence between them... its just that there are more pressing
issues that are more important.
Sorry.