[Bug bootstrap/70473] genautomata memory footprint for arm

2016-09-08 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #16 from Leonid Lisovskiy --- (In reply to Andrew Pinski from comment #15) > Yes create a separate bug report for that. bug 77510 created, thank you for your attention! P.S. Personally, I will be happy if automata will consume less

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-09-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #15 from Andrew Pinski --- (In reply to Leonid Lisovskiy from comment #14) > (In reply to ktkachov from comment #13) > > Marking this as fixed then. Thanks for testing. > > Could you repeat the same optimizations for MIPS (`xlp_cpu',

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-09-06 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #14 from Leonid Lisovskiy --- (In reply to ktkachov from comment #13) > Marking this as fixed then. Thanks for testing. Could you repeat the same optimizations for MIPS (`xlp_cpu', `xlp_fpu')? Should I create the separate PR for this

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-09-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Known to work

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-09-03 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #12 from Leonid Lisovskiy --- (In reply to ktkachov from comment #11) r239772 seriously decreases genautomata memory consumption for ARM. As for valgrind massif report, it requires 316MB now. Thank you!

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-08-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #11 from ktkachov at gcc dot gnu.org --- Can you please try the latest GCC trunk revision r239772 or later? The genautomata memory usage should have decreased somewhat

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-08-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #10 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Fri Aug 26 10:23:20 2016 New Revision: 239772 URL: https://gcc.gnu.org/viewcvs?rev=239772&root=gcc&view=rev Log: [ARM] PR target/70473: Reduce size of Cortex-A8 automaton

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-26 Thread bill_bartol at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #9 from BillyBarty --- (In reply to Benda Xu from comment #8) > (In reply to BillyBarty from comment #7) > > I was having this same issue building gcc 5.2.0 on my Raspberry Pi 3. > > Thank you for your report. Is your Raspberry Pi

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-26 Thread heroxbd at sohu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #8 from Benda Xu --- (In reply to BillyBarty from comment #7) > I was having this same issue building gcc 5.2.0 on my Raspberry Pi 3. Thank you for your report. Is your Raspberry Pi 3 running aarch64 (arm64) or arm (32 bit)?

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-25 Thread bill_bartol at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 BillyBarty changed: What|Removed |Added CC||bill_bartol at yahoo dot com --- Comment #7

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-24 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #6 from Leonid Lisovskiy --- Created attachment 38762 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38762&action=edit genautomata output ARM I have the same problem for both ARM(armv7-a) & MIPS platforms. By valgrind report ge

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-24 Thread lly.dev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 Leonid Lisovskiy changed: What|Removed |Added CC||lly.dev at gmail dot com --- Comment

[Bug bootstrap/70473] genautomata memory footprint for arm

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

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-03-31 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #3 from ktkachov at gcc dot gnu.org --- (In reply to Richard Biener from comment #2) > I suppose that for specific cases like building a compiler for/on raspi one > could disable all but the "interesting" automaton? I don't think gena

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-03-31 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 --- Comment #2 from Richard Biener --- I suppose that for specific cases like building a compiler for/on raspi one could disable all but the "interesting" automaton?

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-03-31 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||build, memory-hog