Re: [RFC PATCH v2 3/3] Add -ftarget-clones-table option support

2025-07-23 Thread Yangyu Chen
On 30/6/2025 02:57, Yangyu Chen wrote: This patch adds support for target_clones table option. The target_clones table option allows users to specify multiple versions of a function and select the version at runtime based on the specified table. The target clone table is a JSON object where f

Re: [RFC PATCH v2 3/3] Add -ftarget-clones-table option support

2025-07-01 Thread Yangyu Chen
> On 30 Jun 2025, at 17:55, Alfie Richards wrote: > > On 29/06/2025 19:57, Yangyu Chen wrote: >> This patch adds support for target_clones table option. The >> target_clones table option allows users to specify multiple versions >> of a function and select the version at runtime based on the s

Re: [RFC PATCH v2 3/3] Add -ftarget-clones-table option support

2025-06-30 Thread Alfie Richards
On 29/06/2025 19:57, Yangyu Chen wrote: This patch adds support for target_clones table option. The target_clones table option allows users to specify multiple versions of a function and select the version at runtime based on the specified table. The target clone table is a JSON object where fun

[RFC PATCH v2 3/3] Add -ftarget-clones-table option support

2025-06-29 Thread Yangyu Chen
This patch adds support for target_clones table option. The target_clones table option allows users to specify multiple versions of a function and select the version at runtime based on the specified table. The target clone table is a JSON object where function names serve as keys, and their value