libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] [PATCH] Enable debug_frame code by default on x86*


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH] Enable debug_frame code by default on x86*
Date: Mon, 16 Sep 2013 15:59:41 +0530

On Mon, Sep 16, 2013 at 3:31 PM, Jean Pihet <address@hidden> wrote:

> Ok my main concern is about not breaking anything.
> In this case isn't it better to make that code more robust? Any
> pointer is appreciated.
>

Avoid calls to malloc and anything in stdio that might indirectly call malloc.

We should try to use fixed memory pools (mi/mempool.c) and use raw
syscalls where possible.

 -Arun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]