Re: Split generated insn-emit.c

2020-07-12 Thread Jojo R
Hi, I consider four ways to implementation it, and maybe we can use ‘csplit’ tool to split output file, is that right ? —Jojo 在 2020年7月9日 +0800 PM3:59,Martin Liška ,写道: > On 7/9/20 9:54 AM, jiejie_r...@c-sky.com wrote: > > Hi, > > > > The size of generated file like insn-emit.c i

Re: Split generated insn-emit.c

2020-07-09 Thread Jojo R
Hi Martin, > I tried to investigate a bit: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 Looks like you have done some experiments for splitting hug files ? I can not find any patch, could you share much more idea with it ? —Jojo 在 2020年7月9日 +0800 PM3:59,Martin Liška ,写道: > On 7/9/20 9:54

Re: Split generated insn-emit.c

2020-07-09 Thread Martin Liška
On 7/9/20 9:54 AM, jiejie_r...@c-sky.com wrote: Hi, The size of generated file like insn-emit.c is very huge if we add lots of define_expand patten or define_insn patten. It’s present easily when there are much more intrinsic interfaces it costs much more time to

Split generated insn-emit.c

2020-07-09 Thread jiejie_rong
Hi, The size of generated file like insn-emit.c is very huge if we add lots of define_expand patten or define_insn patten. It’s present easily when there are much more intrinsic interfaces it costs much more time to create toolchain with compiling these files :(