[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-06-08 Thread heroxbd at sohu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 Benda Xu changed: What|Removed |Added CC||heroxbd at sohu dot com --- Comment #18 from

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-03-01 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 Ramana Radhakrishnan changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-25 Thread tyrel at kulshanconcepts dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #16 from Tyrel Haveman --- Certainly that is an option in many cases. In my particular case this is building on an OpenStack cloud instance and we've maxed out the resources we've paid for, so I don't have the room to add swap space o

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #15 from dave.anglin at bell dot net --- On 2016-01-25 11:18 AM, tyrel at kulshanconcepts dot com wrote: > Is there a flag I can add to `configure` or anything else I might be able to > do > to work around this issue so that I can get

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-25 Thread tyrel at kulshanconcepts dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #14 from Tyrel Haveman --- Is there a flag I can add to `configure` or anything else I might be able to do to work around this issue so that I can get my builds going? Not being able to build GCC is blocking a lot of other work here.

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-21 Thread tyrel at kulshanconcepts dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #13 from Tyrel Haveman --- (In reply to ktkachov from comment #12) > Seems the division reservations on the other automata still cause too much > state space explosion. > Perhaps reducing the reservation durations on the division rese

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-18 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-18 Thread tyrel at kulshanconcepts dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 Tyrel Haveman changed: What|Removed |Added CC||tyrel at kulshanconcepts dot com --- Co

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2016-01-13 Thread schumacher at wedia dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 Sven Schumacher changed: What|Removed |Added CC||schumacher at wedia dot de --- Comment

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-04 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #9 from Bernd Edlinger --- The patch works for me. Thanks for fixing this so quickly!

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-04 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-04 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #7 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Fri Apr 4 15:47:45 2014 New Revision: 209119 URL: http://gcc.gnu.org/viewcvs?rev=209119&root=gcc&view=rev Log: [ARM/AArch64] Reduce divider reservation duration in Cortex-

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 Andrew Pinski changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comment #6

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-03 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-03 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #4 from ktkachov at gcc dot gnu.org --- (In reply to Bernd Edlinger from comment #3) > Kyrill, > > sorry, to bother you with this, > but do you see any possibility to > return to the previous memory footprint? I'll have a look.

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-03 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 Bernd Edlinger changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org --- Comment

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-03 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #2 from Bernd Edlinger --- started with r208910 of gcc/config/arm/cortex-a53.md as it looks like, this single check-in did almost double the memory usage!

[Bug bootstrap/60743] build/genautomata uses 700 MB memory for ARM

2014-04-02 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60743 --- Comment #1 from Bernd Edlinger --- current snapshot gcc-4.9-20140330, trunk revision 208948 uses 773 MB peak memory. last week's snapshot gcc-4.9-20140323, trunk revision 208775 used only 417 MB peak memory, which did not cause problems.