Sciweavers

SIGSOFT
2006
ACM

How is aliasing used in systems software?

14 years 5 months ago
How is aliasing used in systems software?
We present a study of all sources of aliasing in over one million lines of C code, identifying in the process the common patterns of aliasing that arise in practice. We find that aliasing has a great deal of structure in real programs and that just nine programming idioms account for nearly all aliasing in our study. Our study requires an automatic alias analysis that both scales to large systems and has a low false positive rate. To this end, we also present a new context-, flow-, and partially path-sensitive alias analysis that, together with a new technique for object naming, achieves a false aliasing rate of 26.2% on our benchmarks. General Terms Verification, Experimentation Categories and Subject Descriptors Software [Software Engineering]: Program Verification Keywords aliasing, program analysis, satisfiability
Brian Hackett, Alex Aiken
Added 20 Nov 2009
Updated 20 Nov 2009
Type Conference
Year 2006
Where SIGSOFT
Authors Brian Hackett, Alex Aiken
Comments (0)