Inclusion-based pointer analysis
WebInclusion-based (i.e. Andersen-style) pointer analysis is an important point in the space of pointer analyses, offering a potential sweet-spot in the trade-off between precision and performance. However, current techniques for inclusion-based pointer analysis can have difficulties delivering on this potential. WebFeb 2, 2015 · An Efficient GPU Implementation of Inclusion-Based Pointer Analysis Abstract: We present an efficient GPU implementation of Andersen's whole-program …
Inclusion-based pointer analysis
Did you know?
WebIn this section, we introduce the background of inclusion-based pointer analysis. Inclusion-based Pointer Analysis. The inter-procedural inclusion-based pointer analysis abstracts … WebPointer analysis is just a prerequi-site to our pointer recoder. 2.1 Related Work The general problem of pointer analysis can be divided into two parts, Points-To and Alias analysis. Points-to analysis attempts to statically determine the memory lo-cations a pointer can point to. On the other hand, alias analysis attempts to determine if two ...
Webinsensitive inclusion-based pointer analysis efficiently [5]. This work showed that a BDD-based implementation could be competitive in performance with traditional im-plementations. Zhu also investigated using BDDs for pointer analysis [40,41]. In 2004, Whaley and Lam showed that BDDs could actually be used to solve context-sensitive Webpointers cannot alias if they do not have compatible types [10]. By following strict aliasing, we further improve the precision of TEADSA. We have evaluated TEADSA against SEADSA and SVF, a state-of-the-art inclusion-based pointer analysis in LLVM, on the verification problem of detecting unsafe memory ac-cesses.
WebMay 9, 2024 · We present PUS, a fast and highly efficient solver for inclusion-based pointer analysis. At the heart of PUS is a new constraint solving algorithm that significantly advances the state-of-the-art, i.e., wave and deep propagation algorithms. WebNov 1, 2016 · As the analysis budget increases, Supa achieves improved precision, with its single-stage flow-sensitive analysis reaching 97% of that achieved by whole-program flow- sensitive analysis by consuming about 0.19 seconds and 36KB of memory per query, on average (with a budget of at most 10000 value-flow edges per query). References
WebPointer Alias Analysis using BDDs 2 Unification vs. Inclusion • Earlier scalable pointer analysis was context-insensitive unification-based [Steensgaard ’96] – Pointers are either unaliased or point to the same set of objects. – Near-linear, but VERY imprecise. • Inclusion-based pointer analysis – Can point to overlapping sets of ...
WebJan 1, 2009 · Inclusion-Based Multi-level Pointer Analysis January 2009 DOI: 10.1109/AICI.2009.157 Authors: Yingxia Cui Longshu Li Sheng Yao Abstract A novel … fishing at flaming gorge reservoirWebMay 1, 2024 · Pus is a new constraint solving algorithm that signifi-cantly advances the state-of-the-art in pointer analysis and is able to analyze millions of lines of code such as PostgreSQL in 10 minutes on a commodity laptop. A crucial performance bottleneck in most interprocedural static analyses is solving pointer analysis constraints. We present Pus, a … can azithromycin cause vertigoWeb// In pointer analysis terms, this is a subset-based, flow-insensitive, // field-sensitive, and context-insensitive algorithm pointer algorithm. // // This algorithm is implemented as … fishing at flaming gorgeWebOct 20, 2024 · Inclusion-based ( i.e. Andersen-style) pointer analysis is an important point in the space of pointer analys es, offering a potential sweet-spot in the trade-off between pr ecision and performance. can azithromycin get you highWebA crucial performance bottleneck in most interprocedural static analyses is solving pointer analysis constraints. We present Pus, a highly efficient solver for inclusion-based pointer analysis. At the heart of Pus is a new constraint solving algorithm that significantly … can azithromycin keep you awakeWebJul 20, 2011 · This paper summarizes two classes of improvement methods of inclusion-based analysis in recently twenty years, including: on-line optimizing technology such as … can azithromycin lower blood sugarWebable whole-program pointer analysis to compute pointer information. The preci-sion of the computed information can have a profound impact on the usefulness of the subsequent program analysis. Inclusion-based, i.e. Andersen-style, pointer analysis is widely-used because of its relative precision and potential for scala-bility. can azithromycin make you sleepy