Re: Question about function Split with va_args

2023-11-02 Thread Richard Biener via Gcc
On Wed, Nov 1, 2023 at 11:12 AM Hanke Zhang via Gcc wrote: > > Hi > > I've been working on function splits recently, and I've noticed that > functions with va_args arguments won't be split, so why is that? I > tried to understand the comments in the source code, but I still don't > get the specifi

Question about function Split with va_args

2023-11-01 Thread Hanke Zhang via Gcc
Hi I've been working on function splits recently, and I've noticed that functions with va_args arguments won't be split, so why is that? I tried to understand the comments in the source code, but I still don't get the specific reason. At the same time, if I do want to split functions with va_args