[PATCH] D31972: Do not force the frame pointer by default for ARM EABI

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 7 06:28:22 PDT 2017


joerg added a comment.

Actually, for NetBSD we want to use -fomit-frame-pointer by default whenever the implicit -funwind-tables is also present. In general, that should be the justification for the default behavior: "Can I reliably unwind a binary with the available information?" Performance of stack unwinding is IMO secondary and users of sanitizers can disable it where necessary.


https://reviews.llvm.org/D31972





More information about the cfe-commits mailing list