Refining points-to information
- From: "dz" <drizzle76@xxxxxxxxx>
- Date: 26 Apr 2006 01:13:49 -0400
Hi,
In trying to use a pointer analysis package, i find that it gives
overly restrictive results basically says a reference pointer points
to ANYTHING once it is passsed as a refereence parameter. I have come
to understand withouut an interprocedural analysis, you have to assume
something like this. What I am wondering is, can this set anything be
refined further using simpler rules. Spefically, if a local
variable's address is not taken, perhaps it can be not included in the
points to set. Similarly. can't I assume that if it is a int* then it
would not point to a function. Are these also unreasonable ?
thanks
dz
.
- Follow-Ups:
- Re: Refining points-to information
- From: George Neuner
- Re: Refining points-to information
- Prev by Date: Re: #include what?
- Next by Date: AMPC 1.4.2 released (C to Java class files compiler suite)
- Previous by thread: #include what?
- Next by thread: Re: Refining points-to information
- Index(es):