Re: [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone

2025-03-24 Thread Yangyu Chen
> On 24 Mar 2025, at 16:28, Alfie Richards wrote: > > On 24/03/2025 03:28, Yangyu Chen wrote: >>> On 24 Mar 2025, at 11:03, Andrew Carlotti wrote: >>> >>> Two brief comments, since I'm on holiday until 31st but happened to notice >>> this >>> patch anyway. >>> >>> On Mon, Mar 24, 2025 at 0

Re: [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone

2025-03-24 Thread Alfie Richards
On 24/03/2025 03:28, Yangyu Chen wrote: On 24 Mar 2025, at 11:03, Andrew Carlotti wrote: Two brief comments, since I'm on holiday until 31st but happened to notice this patch anyway. On Mon, Mar 24, 2025 at 02:19:21AM +0800, Yangyu Chen wrote: This behavior does not ensure that if any high

Re: [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone

2025-03-23 Thread Yangyu Chen
> On 24 Mar 2025, at 11:03, Andrew Carlotti wrote: > > Two brief comments, since I'm on holiday until 31st but happened to notice > this > patch anyway. > > On Mon, Mar 24, 2025 at 02:19:21AM +0800, Yangyu Chen wrote: >> This behavior does not ensure that if any higher priority callee versio

Re: [PATCH] RISC-V: Allow redirecting function calls to the same FMV clone

2025-03-23 Thread Andrew Carlotti
Two brief comments, since I'm on holiday until 31st but happened to notice this patch anyway. On Mon, Mar 24, 2025 at 02:19:21AM +0800, Yangyu Chen wrote: > This behavior does not ensure that if any higher priority callee version > were selected at runtime, then a higher priority caller version wo