抽象环境修剪

Daniel Jurjo-Rivas, Jose F. Morales, Pedro López-García, Manuel V. Hermenegildo
{"title":"抽象环境修剪","authors":"Daniel Jurjo-Rivas, Jose F. Morales, Pedro López-García, Manuel V. Hermenegildo","doi":"arxiv-2408.09848","DOIUrl":null,"url":null,"abstract":"Variable sharing is a fundamental property in the static analysis of logic\nprograms, since it is instrumental for ensuring correctness and increasing\nprecision while inferring many useful program properties. Such properties\ninclude modes, determinacy, non-failure, cost, etc. This has motivated\nsignificant work on developing abstract domains to improve the precision and\nperformance of sharing analyses. Much of this work has centered around the\nfamily of set-sharing domains, because of the high precision they offer.\nHowever, this comes at a price: their scalability to a wide set of realistic\nprograms remains challenging and this hinders their wider adoption. In this\nwork, rather than defining new sharing abstract domains, we focus instead on\ndeveloping techniques which can be incorporated in the analyzers to address\naspects that are known to affect the efficiency of these domains, such as the\nnumber of variables, without affecting precision. These techniques are inspired\nin others used in the context of compiler optimizations, such as expression\nreassociation and variable trimming. We present several such techniques and\nprovide an extensive experimental evaluation of over 1100 program modules taken\nfrom both production code and classical benchmarks. This includes the\nSpectector cache analyzer, the s(CASP) system, the libraries of the Ciao\nsystem, the LPdoc documenter, the PLAI analyzer itself, etc. The experimental\nresults are quite encouraging: we have obtained significant speed-ups, and,\nmore importantly, the number of modules that require a timeout was cut in half.\nAs a result, many more programs can be analyzed precisely in reasonable times.","PeriodicalId":501197,"journal":{"name":"arXiv - CS - Programming Languages","volume":null,"pages":null},"PeriodicalIF":0.0000,"publicationDate":"2024-08-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Abstract Environment Trimming\",\"authors\":\"Daniel Jurjo-Rivas, Jose F. Morales, Pedro López-García, Manuel V. Hermenegildo\",\"doi\":\"arxiv-2408.09848\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Variable sharing is a fundamental property in the static analysis of logic\\nprograms, since it is instrumental for ensuring correctness and increasing\\nprecision while inferring many useful program properties. Such properties\\ninclude modes, determinacy, non-failure, cost, etc. This has motivated\\nsignificant work on developing abstract domains to improve the precision and\\nperformance of sharing analyses. Much of this work has centered around the\\nfamily of set-sharing domains, because of the high precision they offer.\\nHowever, this comes at a price: their scalability to a wide set of realistic\\nprograms remains challenging and this hinders their wider adoption. In this\\nwork, rather than defining new sharing abstract domains, we focus instead on\\ndeveloping techniques which can be incorporated in the analyzers to address\\naspects that are known to affect the efficiency of these domains, such as the\\nnumber of variables, without affecting precision. These techniques are inspired\\nin others used in the context of compiler optimizations, such as expression\\nreassociation and variable trimming. We present several such techniques and\\nprovide an extensive experimental evaluation of over 1100 program modules taken\\nfrom both production code and classical benchmarks. This includes the\\nSpectector cache analyzer, the s(CASP) system, the libraries of the Ciao\\nsystem, the LPdoc documenter, the PLAI analyzer itself, etc. The experimental\\nresults are quite encouraging: we have obtained significant speed-ups, and,\\nmore importantly, the number of modules that require a timeout was cut in half.\\nAs a result, many more programs can be analyzed precisely in reasonable times.\",\"PeriodicalId\":501197,\"journal\":{\"name\":\"arXiv - CS - Programming Languages\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2024-08-19\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"arXiv - CS - Programming Languages\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/arxiv-2408.09848\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"arXiv - CS - Programming Languages","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/arxiv-2408.09848","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

变量共享是逻辑程序静态分析中的一个基本属性,因为它有助于确保正确性和提高精确度,同时推断出许多有用的程序属性。这些属性包括模式、确定性、非失败、代价等。这促使人们致力于开发抽象域,以提高共享分析的精度和性能。然而,这也是有代价的:它们对大量现实程序的可扩展性仍然具有挑战性,这阻碍了它们的广泛应用。在这项工作中,我们没有定义新的共享抽象域,而是专注于开发可纳入分析器的技术,以解决已知会影响这些域效率的问题,如变量数量,同时不影响精度。这些技术的灵感来自编译器优化中使用的其他技术,如表达式关联和变量修剪。我们介绍了几种此类技术,并对来自生产代码和经典基准的 1100 多个程序模块进行了广泛的实验评估。其中包括Spectector缓存分析器、s(CASP)系统、Cia生态系统库、LPdoc文档器、PLAI分析器本身等。实验结果相当令人鼓舞:我们获得了显著的提速,更重要的是,需要超时的模块数量减少了一半。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Abstract Environment Trimming
Variable sharing is a fundamental property in the static analysis of logic programs, since it is instrumental for ensuring correctness and increasing precision while inferring many useful program properties. Such properties include modes, determinacy, non-failure, cost, etc. This has motivated significant work on developing abstract domains to improve the precision and performance of sharing analyses. Much of this work has centered around the family of set-sharing domains, because of the high precision they offer. However, this comes at a price: their scalability to a wide set of realistic programs remains challenging and this hinders their wider adoption. In this work, rather than defining new sharing abstract domains, we focus instead on developing techniques which can be incorporated in the analyzers to address aspects that are known to affect the efficiency of these domains, such as the number of variables, without affecting precision. These techniques are inspired in others used in the context of compiler optimizations, such as expression reassociation and variable trimming. We present several such techniques and provide an extensive experimental evaluation of over 1100 program modules taken from both production code and classical benchmarks. This includes the Spectector cache analyzer, the s(CASP) system, the libraries of the Ciao system, the LPdoc documenter, the PLAI analyzer itself, etc. The experimental results are quite encouraging: we have obtained significant speed-ups, and, more importantly, the number of modules that require a timeout was cut in half. As a result, many more programs can be analyzed precisely in reasonable times.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信