Re: [PATCH v14 00/26] Optimize more type traits

2024-03-07 Thread Ken Matsui
On Wed, Feb 28, 2024 at 11:32 AM Ken Matsui wrote: > > Hi, > > This patch series implements __is_const, __is_volatile, __is_pointer, > and __is_unbounded_array built-in traits, which were isolated from my > previous patch series "Optimize type traits compilation performance" > because they contain

[PATCH v14 00/26] Optimize more type traits

2024-02-28 Thread Ken Matsui
Hi, This patch series implements __is_const, __is_volatile, __is_pointer, and __is_unbounded_array built-in traits, which were isolated from my previous patch series "Optimize type traits compilation performance" because they contained performance regression.  I confirmed that this patch series do