Displaying 4 results from an estimated 4 matches for "aspicere".
Did you mean:
aspicere2
2006 Sep 25
2
[LLVMdev] Name of Function's original module during link-time optimization
...the remark in your mail of 09/04/2006 to Nikhil
>> Patil about
>> "-g currently disables many optimizations" still holds.
>
> Yes, that is true. What are you trying to do?
Basically, I'm working on an aspect weaver (next version of http://
users.ugent.be/~badams/aspicere/) where the weaving functionality is
performed at link-time by some LLVM passes I'm writing. As advice
frequently needs join point-specific context information like the
name of the woven advice, of the current method, of the current
compilation unit, ... I provide this info by storing i...
2006 Sep 25
0
[LLVMdev] Name of Function's original module during link-time optimization
On Mon, 25 Sep 2006, Bram Adams wrote:
> Op 25-sep-06, om 20:07 heeft Chris Lattner het volgende geschreven:
>> What are you trying to accomplish? Why not use location records from
>> debug info?
>
> You mean the debugging intrinsics? Just discovered them :-), and I guess
> that's exactly what I need. Haven't tried them extensively yet, so I'm
>
2006 Sep 25
2
[LLVMdev] Name of Function's original module during link-time optimization
Hi,
Op 25-sep-06, om 20:07 heeft Chris Lattner het volgende geschreven:
> What are you trying to accomplish? Why not use location records from
> debug info?
You mean the debugging intrinsics? Just discovered them :-), and I
guess that's exactly what I need. Haven't tried them extensively yet,
so I'm wondering whether the remark in your mail of 09/04/2006 to
Nikhil Patil
2006 Sep 25
0
[LLVMdev] Name of Function's original module during link-time optimization
...09/04/2006 to Nikhil
>>> Patil about
>>> "-g currently disables many optimizations" still holds.
>>
>> Yes, that is true. What are you trying to do?
>
> Basically, I'm working on an aspect weaver (next version of http://
> users.ugent.be/~badams/aspicere/) where the weaving functionality is
> performed at link-time by some LLVM passes I'm writing. As advice
ok.
> frequently needs join point-specific context information like the
> name of the woven advice, of the current method, of the current
> compilation unit, ... I provide this...