[LLVMdev] Minimizing -gmlt

David Blaikie dblaikie at gmail.com
Fri Sep 5 15:50:22 PDT 2014


On Fri, Sep 5, 2014 at 3:47 PM, Eric Christopher <echristo at gmail.com> wrote:

> DW_AT_frame_base is largely used as a beginning offset to find things for
> other expressions, for example it can be used to short cut location
> information for variables (+/- from the frame base which could be a
> complicated expression) or used to find captured variables that might be on
> another function's stack (largely nested functions). It can also help with
> giving a shortcut for inlined function stack frames if they're distinct,
> but afaik we don't do that :)
>
> So unless we're going to start giving out variable contents with gmlt we
> don't need to worry.
>

Sounds good - I'll roll with it until we decide to do that or otherwise
discover a use for it.


>
> -eric
>
>
>
>
> On Wed, Aug 27, 2014 at 4:55 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
>>
>> On Wed, Aug 27, 2014 at 4:40 PM, David Blaikie <dblaikie at gmail.com>
>> wrote:
>>
>>> So... yes/no/maybe?
>>
>>
>> Other than the frame pointer, all of these sound abstractly good to
>> me.... but what do I know. Looking forward to others' with more information
>> chiming in.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140905/cacdd5d0/attachment.html>


More information about the llvm-dev mailing list