Re: [PATCH] libcpp, c++: Optimize initializers using #embed in C++

2024-07-23 Thread Jason Merrill
On 7/17/24 3:47 AM, Jakub Jelinek wrote: Hi! This patch on top of the https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655012.html https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655013.html https://gcc.gnu.org/pipermail/gcc-patches/2024-July/657049.html patches which just introduce non-o

[PATCH] libcpp, c++: Optimize initializers using #embed in C++

2024-07-17 Thread Jakub Jelinek
Hi! This patch on top of the https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655012.html https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655013.html https://gcc.gnu.org/pipermail/gcc-patches/2024-July/657049.html patches which just introduce non-optimized support for the C23 feature and tw