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

[Bug optimization/11680] member access of C++ class with all methods inline should be optimized better


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.


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