[Bug bootstrap/116146] Split insn-recog.cc

2024-12-17 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116146 Robin Dapp changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug bootstrap/116146] Split insn-recog.cc

2024-07-31 Thread mark at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116146 --- Comment #4 from Mark Wielaard --- (In reply to Robin Dapp from comment #3) > On riscv insn-output is the largest file right now as well. Note that size matters, but the largest file does not always take the longest to compile. On a risc-v s

[Bug bootstrap/116146] Split insn-recog.cc

2024-07-31 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116146 --- Comment #3 from Robin Dapp --- On riscv insn-output is the largest file right now as well. I have a local patch that splits it - it's a bit cumbersome because the static initializer needs to be made non-static i.e. the initialization must b

[Bug bootstrap/116146] Split insn-recog.cc

2024-07-31 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116146 --- Comment #2 from Richard Biener --- On x86_64: > wc -l insn-*.cc | sort -n ... 97320 insn-automata.cc 122359 insn-attrtab.cc 170018 insn-emit-9.cc 186244 insn-latencytab.cc 193349 insn-dfatab.cc 300935 insn-recog.cc 509381 ins

[Bug bootstrap/116146] Split insn-recog.cc

2024-07-30 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116146 Andrew Pinski changed: What|Removed |Added Keywords||internal-improvement Status