Displaying 2 results from an estimated 2 matches for "7a4d90c4".
2013 Oct 30
0
[LLVMdev] [Propose] Add address-taken bit to GlobalVariable for disambiguation purpose
...implement the analysis “on the fly” and measure the compile time. Can you provide this data ? Compile time measurements can help us make a decision.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131030/7a4d90c4/attachment.html>
2013 Oct 29
5
[LLVMdev] [Propose] Add address-taken bit to GlobalVariable for disambiguation purpose
Hi, There:
I'd like to add bit, called "addr_not_taken", to GlobalVariable in
order to
indicate if a GlobalVariable doesn't has its address taken or not.
1.The motivation
===============
The motivation can be explained by the following example. In this
example,
variable x does not have its address taken, therefore, it cannot be
indirectly
access. So, we can prove