Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <vfxe42rfr5khx72fm2vouagjpqq7t4t2aht3o3th6uettuxx3p@e53qkkjjchys>
Date: Tue, 27 Aug 2024 10:23:57 +0100
From: Pedro Falcato <pedro.falcato@...il.com>
To: musl@...ts.openwall.com
Subject: Re: Proposed printf stack usage improvement

LGTM.

But maybe you should also include my __attribute__((noinline)) sugestion, to make sure
the integer printf and floating point paths get mixed by the compiler. Even if current gcc/clang don't seem
to want to do that, it's better to be safe than sorry (and I assume any LTO/PGO might change that atm).

-- 
Pedro

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.