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: [C++] Avoid one place of frontend calling into targetm


	The difference in assembly for init/copy3.C is an additional
global constructor that calls the first global constructor

_Z41__static_initialization_and_destruction_0ii:
...

_GLOBAL__I_copies:
...
        bl ._Z41__static_initialization_and_destruction_0ii

_GLOBAL__I_0_copies:
...
        bl ._GLOBAL__I_copies

David


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