This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[v3] Update _GLIBCXX_NOTHROW for noexcept


Hi,

straightforward update of the _GLIBCXX_NOTHROW macro. Without changing anything else, on x86_64-linux it provides the following small but measurable improvements to the size of the .so and the .a:

    .so: 6223484 -> 6223156
    .a: 15183284 -> 15182676

Tested x86_64-linux, committed.

Thanks,
Paolo.

/////////////////

Attachment: CL_noexcept_nothrow
Description: Text document

Attachment: patch_noexcept_nothrow
Description: Text document


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