This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/81818] aarch64 uses 2-3x memory and 2x time of arm at -Os, -O2, -O3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81818

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looking for memory leaks in the backend might be interesting.  Note you can
build GCC with --enable-gather-detailed-mem-stats and use -fmem-report to get
an idea where memory is allocated (and freed).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]