search for: md20

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

Did you mean: md0
2013 Mar 21
2
[LLVMdev] How to describe a pointer that points to All memory(include global memory, heap, stack)?
...es for the rest.  Then we maintain a BITSET class to encapsulate the 'union', 'intersect', 'diff' etc to simply the operations bewteen special  MD and other general MDs. e.g: union operation bewteen special MD and general MD. Given BITSET a, b; a={MD1} b={MD10} c={MD20} Here MD10, MD20 are general MD. They described the actually variable. b.union(c) equal to {MD10, MD20} a.union(b)  equal to {MD1} b.union(a) equal to {MD1} Our flow-sensitive method is divided into 2 step: 1. Iterative solve flow-equation to compute POINT-TO for each stmt. 2. Acco...
2013 Mar 22
0
[LLVMdev] How to describe a pointer that points to All memory(include global memory, heap, stack)?
...;, 'diff' etc to simply the operations bewteen special > MD and other general MDs. Okay. > e.g: union operation bewteen special MD and general MD. > > Given BITSET a, b; > a={MD1} > b={MD10} > c={MD20} > > Here MD10, MD20 are general MD. They described the actually variable. > > b.union(c) equal to {MD10, MD20} > a.union(b) equal to {MD1} > b.union(a) equal to {MD1} > > Our flow-sensitive method is divided i...
2013 Mar 21
0
[LLVMdev] How to describe a pointer that points to All memory(include global memory, heap, stack)?
On Wed, Mar 20, 2013 at 7:33 PM, Steven Su <steven_known at yahoo.com.cn> wrote: > Hi, John > I am building a flow sensitive intra-procedural alias analysis(without interprocedural info). > So, the first thing I have to consider is where a parameter-pointer or a global-pointer might point to. > Then I defined several special Virtual Memory Locations:
2013 Mar 21
2
[LLVMdev] How to describe a pointer that points to All memory(include global memory, heap, stack)?
Hi, John I am building a flow sensitive intra-procedural alias analysis(without interprocedural info). So, the first thing I have to consider is where a parameter-pointer or a global-pointer might point to. Then I defined several special Virtual Memory Locations: ALL_MEMORY, GLOBAL_MEMORY, STACK_MEMORY, HEAP_MEMORY. ALL_MEMORY contains GLOBAL_MEMORY, STACK_MEMORY, HEAP_MEMORY. e.g1:
2003 Mar 24
5
Bootable Kernel
Hello, Sorry to sound like a bad record, but I'm trying to figure out why I'm getting "Bad gzip magic numbers" errors when ISOlinux is trying to inflate the kernel. Right now I'm clueless as to what's wrong. I've tried various kernels compiled on a few different platforms. Has anyone ever seen this before? ANyone know where a better forum to ask this question