From b8854385c6cb338defea6dee194d8217c61f349b Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Wed, 1 Jun 2022 09:39:40 +0000 Subject: No need to specify noinline for signal handler landing pad function --- vespalib/src/vespa/vespalib/util/signalhandler.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vespalib') diff --git a/vespalib/src/vespa/vespalib/util/signalhandler.h b/vespalib/src/vespa/vespalib/util/signalhandler.h index cc96a524e34..a91a4a32632 100644 --- a/vespalib/src/vespa/vespalib/util/signalhandler.h +++ b/vespalib/src/vespa/vespalib/util/signalhandler.h @@ -45,11 +45,9 @@ private: * dispatch the signal to the appropriate static signal handler * instance. * - * noinline to ensure consistent number of frames to skip for back-tracing. - * * @param signal the caught signal **/ - static void handleSignal(int signal) noexcept __attribute__((noinline)); + static void handleSignal(int signal) noexcept; /** * This method is invoked by the common signal handling method to -- cgit v1.2.3