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

Re: revised proposal for GCC and non-Ascii source files



> > we currently get '_._7myclass'. Under your proposal, we get
> > '_.._7myclass'. This is a link-incompatibility with current code.
> 
> There is no need to consider "link-incompatibility with current code"
> as a requirement or even a goal for C++, only for C.  The intention
> is that C++ ABI will change in the next year or so, anyway.

Just the same, we should avoid making symbol lengths unnecessarily longer.
They just eat disk space, and one of the benefits of -fnew-abi is that
it makes mangled names substantially shorter in many cases.


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