[PATCH] D20119: [libunwind] Improve unwinder stack usage
Renato Golin via cfe-commits
cfe-commits at lists.llvm.org
Tue May 10 11:19:07 PDT 2016
rengolin added a subscriber: rengolin.
================
Comment at: include/libunwind.h:49
@@ -48,1 +48,3 @@
struct unw_context_t {
+#if defined(_LIBUNWIND_NATIVE_I386)
+ uint64_t data[8];
----------------
Wouldn't it be a lot simpler to just define a macro _LIBUNWIND_DATA_SIZE or something and have just one line here?
http://reviews.llvm.org/D20119
More information about the cfe-commits
mailing list