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 c/35728] Inlined function via function pointer emitted unnecessarily



------- Comment #2 from hubicka at gcc dot gnu dot org  2008-09-06 12:09 -------
We eliminate functions, but we never re-scan program to see if the function has
no longer address taken.
To implement this we will need to add to cgraph list of functions/variables
taking address of each function/variable and update the list as we optimize...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35728


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