Re: [PATCH] c++: Speed up compilation of large char array initializers when not using #embed

2024-12-17 Thread Jason Merrill
On 8/3/24 2:36 PM, Jakub Jelinek wrote: Hi! The following patch (again, on top of the #embed patchset, so 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.htm

Re: [PATCH] c: Speed up compilation of large char array initializers when not using #embed

2024-10-08 Thread Joseph Myers
On Sat, 3 Aug 2024, Jakub Jelinek wrote: > * c-c++-common/init-1.c: New test. I think there should also be tests of initializing signed char (and plain char) arrays; I don't see any such tests here. -- Joseph S. Myers josmy...@redhat.com

[PATCH] c++: Speed up compilation of large char array initializers when not using #embed

2024-08-03 Thread Jakub Jelinek
Hi! The following patch (again, on top of the #embed patchset, so https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655012.html https://gcc.gnu.org/pipermail/gcc-patches/2024-

[PATCH] c: Speed up compilation of large char array initializers when not using #embed

2024-08-03 Thread Jakub Jelinek
Hi! The following patch on top of the #embed patchset https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655012.html https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655013.