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 sanitizer/63927] AddressSanitizer painfully slow on ppc64


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
PowerPC is the only target with an abi that can backtrace correctly without a
frame pointer so it should be easy to implement that.

Even x86 is broken backtracking without a frame pointer.


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