[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] Problem building libunwind-1.0.1
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] Problem building libunwind-1.0.1 |
Date: |
Tue, 11 Sep 2012 10:07:37 -0700 |
On Tue, Sep 11, 2012 at 9:37 AM, <address@hidden> wrote:
> Why is CONFIG_MSABI_SUPPORT a conditional? Why isn't on all
> the time?
http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=commitdiff;h=e09f9701ffcd05b097565d15daa87ac1b2d84299
Support disabled by default since it increases the cache footprint of
the library.
Patches to fix things up are welcome (assuming they don't affect the
more commonly used code paths in the library). I don't test this
config option regularly.
-Arun