Re: Speed of compiling gimple-match.c

2021-05-10 Thread JojoR via Gcc
Jojo R 在 2021年5月4日 +0800 PM4:58,Thomas Schwinge ,写道: > Hi! > > On 2021-05-03T13:18:35-0700, Andrew Pinski via Gcc wrote: > > I noticed my (highly, -j24) parallel build of GCC is serialized on > > compiling gimple-match.c. Has anyone looked into splitting this > > generated file into multiple fil

Re: Could vector type of poly_int and compile-time constants be enabled at the same time ?

2021-04-30 Thread JojoR via Gcc
Hi, Okay & thanks. Jojo R 在 2021年4月29日 +0800 PM6:28,Richard Biener ,写道: > On Thu, Apr 29, 2021 at 5:40 AM JojoR via Gcc wrote: > > > > Hi, > > > > I have a little know about for 'Sizes and offsets as runtime invariants’, > > > > and need t

Re: Could vector type of poly_int and compile-time constants be enabled at the same time ?

2021-04-30 Thread JojoR via Gcc
Hi, Okay & got it, Thanks for detail :) Jojo R 在 2021年4月29日 +0800 PM5:11,Richard Sandiford ,写道: > JojoR via Gcc writes: > > Hi, > > > > I have a little know about for 'Sizes and offsets as runtime invariants’, > > > > and need to add vector typ

Could vector type of poly_int and compile-time constants be enabled at the same time ?

2021-04-28 Thread JojoR via Gcc
Hi, I have a little know about for 'Sizes and offsets as runtime invariants’, and need to add vector types like V2SImode as compile-time constants with enabled vector types of runtime invariants. Could I enable two vector types at same time ? I guess it’s