Hi Tony,
On Wed, May 22, 2024 at 06:58:34PM -0500, tony.antonucci--- via Gcc wrote:
> This was for the gcc 14.1 release.
> Sorry I omitted that in the first email.
Thanks for the notice, this has been fixed now:
https://gcc.gnu.org/cgit/gcc-wwwdocs/commit/?id=465817d0e0a96a1e1722a67383183dbec95ab
Snapshot gcc-12-20240523 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/12-20240523/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hi,
I got a question about optimizing function pointers for direct
function calls in C.
Consider the following scenario: one of the fields of a structure is a
function pointer, and all its assignments come from the same function.
Can all its uses be replaced by direct calls to this function? So th
On Fri, May 24, 2024 at 5:53 AM Hanke Zhang via Gcc wrote:
>
> Hi,
> I got a question about optimizing function pointers for direct
> function calls in C.
>
> Consider the following scenario: one of the fields of a structure is a
> function pointer, and all its assignments come from the same funct