中文
相关论文

相关论文: The ART of Sharing Points-to Analysis (Extended Ab…

200 篇论文

The points-to problem is the problem of determining the possible run-time targets of pointer variables and is usually considered part of the more general aliasing problem, which consists in establishing whether and when different…

编程语言 · 计算机科学 2008-10-07 Stefano Soffia

An interprocedural analysis is precise if it is flow sensitive and fully context-sensitive even in the presence of recursion. Many methods of interprocedural analysis sacrifice precision for scalability while some are precise but limited to…

编程语言 · 计算机科学 2013-07-30 Rohan Padhye , Uday P. Khedker

More and more distributed software systems are being developed and deployed today. Like other software, distributed software systems also need very strong quality assurance support. Distributed software is often very large/complex, has…

分布式、并行与集群计算 · 计算机科学 2023-03-08 Xiaoqin Fu

Whole-program analysis is an essential technique that enables advanced compiler optimizations. An important example of such a method is points-to analysis used by ahead-of-time (AOT) compilers to discover program elements (classes, methods,…

编程语言 · 计算机科学 2023-09-01 David Kozák , Vojin Jovanovic , Codruţ Stancu , Tomáš Vojnar , Christian Wimmer

We introduce ART, a distribution-free and model-agnostic framework for changepoint detection that provides finite-sample guarantees. ART transforms independent observations into real-valued scores via a symmetric function, ensuring…

统计方法学 · 统计学 2025-01-09 Xiaolong Cui , Haoyu Geng , Guanghui Wang , Zhaojun Wang , Changliang Zou

When analyzing programs, large libraries pose significant challenges to static points-to analysis. A popular solution is to have a human analyst provide points-to specifications that summarize relevant behaviors of library code, which can…

编程语言 · 计算机科学 2018-05-23 Osbert Bastani , Rahul Sharma , Alex Aiken , Percy Liang

Points-to analysis is the problem of approximating run-time values of pointers statically or at compile-time. Points-to sets are used to store the approximated values of pointers during points-to analysis. Memory usage and running time…

编程语言 · 计算机科学 2015-03-19 Hamid A. Toussi , Ahmed Khademzadeh

A typical points-to analysis such as Andersen's or Steensgaard's may lose precision because it ignores the branching structure of the analyzed program. Moreover, points-to analysis typically focuses on objects only, not considering…

编程语言 · 计算机科学 2025-02-03 David Kozak , Codrut Stancu , Tomáš Vojnar , Christian Wimmer

We focus on range query processing on large-scale, typically distributed infrastructures, such as clouds of thousands of nodes of shared-datacenters, of p2p distributed overlays, etc. In such distributed environments, efficient range query…

Adaptive Random Testing (ART) has faced criticism, particularly for its computational inefficiency, as highlighted by Arcuri and Briand. Their analysis clarified how ART requires a quadratic number of distance computations as the number of…

软件工程 · 计算机科学 2025-02-25 Matteo Biagiola , Robert Feldt , Paolo Tonella

Flow- and context-sensitive points-to analysis is difficult to scale; for top-down approaches, the problem centers on repeated analysis of the same procedure; for bottom-up approaches, the abstractions used to represent procedure summaries…

编程语言 · 计算机科学 2018-01-30 Pritam M. Gharat , Uday P. Khedker , Alan Mycroft

This paper introduces a new hybrid memory analysis, Structural Analysis, which combines an expressive shape analysis style abstract domain with efficient and simple points-to style transfer functions. Using data from empirical studies on…

编程语言 · 计算机科学 2012-01-06 Mark Marron

Precise pointer analysis is a foundational component of many client analyses and optimizations. Scaling flow- and context-sensitive pointer analysis has been a long-standing challenge, suffering from combinatorial growth in both memory…

编程语言 · 计算机科学 2026-04-14 Anamitra Ghorui , Aditi Raste , Uday P. Khedker

Computing precise (fully flow-sensitive and context-sensitive) and exhaustive points-to information is computationally expensive. Many practical tools approximate the points-to information trading precision for efficiency. This has adverse…

编程语言 · 计算机科学 2016-08-08 Pritam M. Gharat , Uday P. Khedker , Alan Mycroft

Sensitivity analysis plays an important role in searching for constitutive parameters (e.g. permeability) subsurface flow simulations. The mathematics behind is to solve a dynamic constrained optimization problem. Traditional methods like…

计算物理 · 物理学 2019-06-05 Shu Wang , Satish Karra , Daniel O'Malley

In recent years, there has been significant progress in the development and industrial adoption of static analyzers. Such analyzers typically provide a large, if not huge, number of configurable options controlling the precision and…

As plots play a critical role in modern data visualization and analysis, Plot2API is launched to help non-experts and beginners create their desired plots by directly recommending graphical APIs from reference plot images by neural…

计算机视觉与模式识别 · 计算机科学 2026-03-30 Zhenghao Xu , Mengning Yang

Static code analysis is a powerful approach to detect quality deficiencies such as performance bottlenecks, safety violations or security vulnerabilities already during a software system's implementation. Yet, as current software systems…

软件工程 · 计算机科学 2017-10-23 Eric Bodden

Large language models (LLMs) can perform complex reasoning in few- and zero-shot settings by generating intermediate chain of thought (CoT) reasoning steps. Further, each reasoning step can rely on external tools to support computation…

Background. Developers use Automated Static Analysis Tools (ASATs) to control for potential quality issues in source code, including defects and technical debt. Tool vendors have devised quite a number of tools, which makes it harder for…

软件工程 · 计算机科学 2021-01-25 Valentina Lenarduzzi , Savanna Lujan , Nyyti Saarimaki , Fabio Palomba
‹ 上一页 1 2 3 10 下一页 ›