search for: 996835

Displaying 5 results from an estimated 5 matches for "996835".

2007 Nov 22
0
[LLVMdev] Getting the pointer type from a Load/Store SDNode
On Wed, 21 Nov 2007, Christopher Lamb wrote: > I'm digging into this, but I'd like to know if it's feasible to get to the > pointer type from a Load/Store SDNode? This would relieve me from having to > put the address space information into those SDNodes. > > Is Load/StoreSDNode->getSrcValue()->getType() going to do what I want? > If not, I can't see
2015 Mar 15
4
[LLVMdev] [GSoC] Applying for GSoC 2015
...t; And one can do better (gcc's impl is no longer state of the art). > > 2. The approach to field sensitivity you mention is not going to work very > well, given how much casting occurs (everything is casted). I would suggest > using the approach in http://dl.acm.org/citation.cfm?id=996835 > > 3. George, cc'd, is planning on implementing both context sensitive and > context-insensitive interprocedural analysis in cfl-aa the next month or > two. > > 4. Using a BDD cloning approach for CFL-AA doesn't make much sense, the > whole point of CFL is not having t...
2015 Mar 14
3
[LLVMdev] [GSoC] Applying for GSoC 2015
Hello John, I've finished the first version of my proposal on enhancing alias analysis. The proposal can be downloaded at http://james0zan.github.io/resource/GSoC15-Proposal-AA.pdf. I hope I've successfully justified the necessity and benefits of this project. If possible, please find some time to review it and give me some more feedbacks. Thank you very much! P.S. I'm working on
2015 Mar 16
2
[LLVMdev] [GSoC] Applying for GSoC 2015
...9;s impl is no longer state of the art). >>> >>> 2. The approach to field sensitivity you mention is not going to work >>> very well, given how much casting occurs (everything is casted). I would >>> suggest using the approach in http://dl.acm.org/citation.cfm?id=996835 >>> >>> 3. George, cc'd, is planning on implementing both context sensitive and >>> context-insensitive interprocedural analysis in cfl-aa the next month or >>> two. >>> >>> 4. Using a BDD cloning approach for CFL-AA doesn't make much se...
2010 Dec 06
9
"Appending" data to the middle of a file using btrfs-specific features
Hello, I''d like to know if there has been any discussion about adding a new feature to write (add) data at an offset, but without overwriting existing data, or re-writing the existing data. Essentially, in-place addition/removal of data to a file at a place other than the end of the file. Some possible use-cases of such a feature would be: (a) Databases (currently hack around this by