This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11680] member access of C++ class with all methods inline should be optimized better
- From: "dbaron at dbaron dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Sep 2003 23:01:07 -0000
- Subject: [Bug optimization/11680] member access of C++ class with all methods inline should be optimized better
- References: <20030727051349.11680.dbaron@dbaron.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11680
------- Additional Comments From dbaron at dbaron dot org 2003-09-08 23:01 -------
Re comment 3: That's good to see. However, I would think that there should be
an optimization (really application of existing optimizations to this case) that
would cause the generated code to be exactly the same. That was my hope when
filing this bug. (After all, making clearer code run slower discourages clear
code.)
Re comment 4: Filed as bug 12219.