Re: [PATCH v26 05/13] libstdc++: Optimize std::add_pointer compilation performance

2024-06-13 Thread Jonathan Wakely
On 11/05/24 02:01 -0700, Ken Matsui wrote: This patch optimizes the compilation performance of std::add_pointer by dispatching to the new __add_pointer built-in trait. OK, thanks. libstdc++-v3/ChangeLog: * include/std/type_traits (add_pointer): Use __add_pointer built-in trai

[PATCH v26 05/13] libstdc++: Optimize std::add_pointer compilation performance

2024-05-11 Thread Ken Matsui
This patch optimizes the compilation performance of std::add_pointer by dispatching to the new __add_pointer built-in trait. libstdc++-v3/ChangeLog: * include/std/type_traits (add_pointer): Use __add_pointer built-in trait. Signed-off-by: Ken Matsui --- libstdc++-v3/include/std