Skip to content

to explore #17

@varivera

Description

@varivera

do we need to analyse methods more than once?
Once a method is analysed, we could store the effect of each instruction on aliasing without going into the details. e.g.
void test (T v){
a = v.r();
}
The first analysis will check r() in 'v'. If we analyse 'r()' in T and descendants (and union), we do not need to analyse again.
Store the effects.

Maybe, we could store the info T and descendants, in case we know upfront the type of 'vv' in test(vv)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions