Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 30 Oct 2020 12:43:02 -0400
From: Rich Felker <dalias@...c.org>
To: sotrdg sotrdg <euloanty@...e.com>
Cc: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: Re: Add noexcept to all APIs in musl?

On Fri, Oct 30, 2020 at 04:34:27PM +0000, sotrdg sotrdg wrote:
> I do not see any noexcept in musl. The C++ compiler will introduce
> exception handler binary bloat for none-noexcept functions.

This is something that should be done on the compiler side (along with
other builtin-type recognition of standard functions) if at all.
C++-specific annotations don't belong on every declaration in the
headers, especially when they'd just be declaring something that's
universally true and that the C++ compiler should already know is
universally true.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.