International Conference on Information and Computation Economies最新文献

筛选
英文 中文
The Right Kind of Non-Determinism: Using Concurrency to Verify C Programs with Underspecified Semantics 正确的非确定性:使用并发性来验证具有未指定语义的C程序
International Conference on Information and Computation Economies Pub Date : 2022-08-08 DOI: 10.4204/EPTCS.365.1
Eduard Kamburjan, Nathan Wasser
{"title":"The Right Kind of Non-Determinism: Using Concurrency to Verify C Programs with Underspecified Semantics","authors":"Eduard Kamburjan, Nathan Wasser","doi":"10.4204/EPTCS.365.1","DOIUrl":"https://doi.org/10.4204/EPTCS.365.1","url":null,"abstract":"We present a novel and well automatable approach to formal verification of C programs with underspecified semantics, i.e., a language semantics that leaves open the order of certain evaluations. First, we reduce this problem to non-determinism of concurrent systems, automatically extracting a distributed Active Object model from underspecified, sequential C code. This translation process provides a fully formal semantics for the considered C subset. In the extracted model every non-deterministic choice corresponds to one possible evaluation order. This step also automatically translates specifications in the ANSI/ISO C Specification Language (ACSL) into method contracts and object invariants for Active Objects. We then perform verification on the specified Active Objects model, using the Crowbar theorem prover, which verifies the extracted model with respect to the translated specification and ensures the original property of the C code for all possible evaluation orders. By using model extraction, we can use standard tools, without designing a new complex program logic to deal with underspecification. The case study used is highly underspecified and cannot be handled correctly by existing tools for C.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116332270","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Lang-n-Send Extended: Sending Regular Expressions to Monitors Lang-n-Send Extended:向监视器发送正则表达式
International Conference on Information and Computation Economies Pub Date : 2022-08-08 DOI: 10.4204/EPTCS.365.5
M. Cimini
{"title":"Lang-n-Send Extended: Sending Regular Expressions to Monitors","authors":"M. Cimini","doi":"10.4204/EPTCS.365.5","DOIUrl":"https://doi.org/10.4204/EPTCS.365.5","url":null,"abstract":"In prior work, Cimini has presented L ANG - N -S END , a π -calculus with language definitions. In this paper, we present an extension of this calculus called L ANG - N -S END +m . First, we revise L ANG - N -S END to work with transition system specifications rather than its language specifications. This revision allows the use of negative premises in deduction rules. Next, we extend L ANG - N -S END with monitors and with the ability of sending and receiving regular expressions, which then can be used in the context of larger regular expressions to monitor the execution of programs. We present a reduction semantics for L ANG - N -S END +m , and we offer examples that demonstrate the scenarios that our calculus captures.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129141628","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Session Fidelity for ElixirST: A Session-Based Type System for Elixir Modules ElixirST的会话保真:Elixir模块的基于会话的类型系统
International Conference on Information and Computation Economies Pub Date : 2022-08-08 DOI: 10.4204/EPTCS.365.2
Gerard Tabone, Adrian Francalanza
{"title":"Session Fidelity for ElixirST: A Session-Based Type System for Elixir Modules","authors":"Gerard Tabone, Adrian Francalanza","doi":"10.4204/EPTCS.365.2","DOIUrl":"https://doi.org/10.4204/EPTCS.365.2","url":null,"abstract":"This paper builds on prior work investigating the adaptation of session types to provide behavioural information about Elixir modules. A type system called ElixirST has been constructed to statically determine whether functions in an Elixir module observe their endpoint specifications, expressed as session types; a corresponding tool automating this typechecking has also been constructed. In this paper we formally validate this type system. An LTS-based operational semantics for the language fragment supported by the type system is developed, modelling its runtime behaviour when invoked by the module client. This operational semantics is then used to prove session fidelity for ElixirST.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114951409","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
On Composing Communicating Systems 论构成通信系统
International Conference on Information and Computation Economies Pub Date : 2022-08-08 DOI: 10.4204/EPTCS.365.4
F. Barbanera, Ivan Lanese, E. Tuosto
{"title":"On Composing Communicating Systems","authors":"F. Barbanera, Ivan Lanese, E. Tuosto","doi":"10.4204/EPTCS.365.4","DOIUrl":"https://doi.org/10.4204/EPTCS.365.4","url":null,"abstract":"Communication is an essential element of modern software, yet programming and analysing communicating systems are difficult tasks. A reason for this difficulty is the lack of compositional mechanisms that preserve relevant communication properties. This problem has been recently addressed for the well-known model of communicating systems, that is sets of components consisting of finite-state machines capable of exchanging messages. The main idea of this approach is to take two systems, select a participant from each of them, and derive from those participants a pair of coupled gateways connecting the two systems. More precisely, a message directed to one of the gateways is forwarded to the gateway in the other system, which sends it to the other system. It has been shown that, under some suitable compatibility conditions between gateways, this composition mechanism preserves deadlock freedom for asynchronous as well as symmetric synchronous communications (where sender and receiver play the same part in determining which message to exchange). This paper considers the case of asymmetric synchronous communications where senders decide independently which message should be exchanged. We show here that preservation of lock freedom requires sequentiality of gateways, while this is not needed for preservation of either deadlock freedom or strong lock freedom.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"217 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124282589","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Branching Pomsets for Choreographies 用于编排的分支集合
International Conference on Information and Computation Economies Pub Date : 2022-08-08 DOI: 10.4204/EPTCS.365.3
L. Edixhoven, S. Jongmans, J. Proença, G. Cledou
{"title":"Branching Pomsets for Choreographies","authors":"L. Edixhoven, S. Jongmans, J. Proença, G. Cledou","doi":"10.4204/EPTCS.365.3","DOIUrl":"https://doi.org/10.4204/EPTCS.365.3","url":null,"abstract":"Choreographic languages describe possible sequences of interactions among a set of agents. Typical models are based on languages or automata over sending and receiving actions. Pomsets provide a more compact alternative by using a partial order over these actions and by not making explicit the possible interleaving of concurrent actions. However, pomsets offer no compact representation of choices. For example, if an agent Alice can send one of two possible messages to Bob three times, one would need a set of 2 * 2 * 2 distinct pomsets to represent all possible branches of Alice's behaviour. This paper proposes an extension of pomsets, named branching pomsets, with a branching structure that can represent Alice's behaviour using 2 + 2 + 2 ordered actions. We encode choreographies as branching pomsets and show that the pomset semantics of the encoded choreographies are bisimilar to their operational semantics.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115496794","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Deadlock Freedom for Asynchronous and Cyclic Process Networks 异步和循环进程网络的死锁自由
International Conference on Information and Computation Economies Pub Date : 2021-10-01 DOI: 10.4204/EPTCS.347.3
B. V. D. Heuvel, Jorge A. P'erez
{"title":"Deadlock Freedom for Asynchronous and Cyclic Process Networks","authors":"B. V. D. Heuvel, Jorge A. P'erez","doi":"10.4204/EPTCS.347.3","DOIUrl":"https://doi.org/10.4204/EPTCS.347.3","url":null,"abstract":"Establishing the deadlock-freedom property for message-passing processes is an important and challenging problem. This paper considers verification techniques based on behavioral type systems to address the relevant case of processes that communicate asynchronously in cyclic process networks and are governed by session types. We present APCP, a typed process framework for deadlock-freedom which supports asynchronous communication, delegation, recursion, and a form of processcompositionthat enables specifying cyclic process networks. We discuss the main decisions involved in the design of APCP and establish its essential results.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115943751","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Typestates to Automata and back: a tool 类型状态到自动机和返回:一个工具
International Conference on Information and Computation Economies Pub Date : 2020-09-17 DOI: 10.4204/EPTCS.324.4
Andr'e Trindade, João Mota, A. Ravara
{"title":"Typestates to Automata and back: a tool","authors":"Andr'e Trindade, João Mota, A. Ravara","doi":"10.4204/EPTCS.324.4","DOIUrl":"https://doi.org/10.4204/EPTCS.324.4","url":null,"abstract":"Development of software is an iterative process. Graphical tools to represent the relevant entities and processes can be helpful. In particular, automata capture well the intended execution flow of applications, and are thus behind many formal approaches, namely behavioral types. \u0000Typestate-oriented programming allow us to model and validate the intended protocol of applications, not only providing a top-down approach to the development of software, but also coping well with compositional development. Moreover, it provides important static guarantees like protocol fidelity and some forms of progress. \u0000Mungo is a front-end tool for Java that associates a typestate describing the valid orders of method calls to each class, and statically checks that the code of all classes follows the prescribed order of method calls. \u0000To assist programming with Mungo, as typestates are textual descriptions that are terms of an elaborate grammar, we developed a tool that bidirectionally converts typestates into an adequate form of automata, providing on one direction a visualization of the underlying protocol specified by the typestate, and on the reverse direction a way to get a syntactically correct typestate from the more intuitive automata representation.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128989085","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Towards Refinable Choreographies 走向可提炼的舞蹈编排
International Conference on Information and Computation Economies Pub Date : 2020-09-17 DOI: 10.4204/EPTCS.324.6
Ugo de'Liguoro, Hernán C. Melgratti, E. Tuosto
{"title":"Towards Refinable Choreographies","authors":"Ugo de'Liguoro, Hernán C. Melgratti, E. Tuosto","doi":"10.4204/EPTCS.324.6","DOIUrl":"https://doi.org/10.4204/EPTCS.324.6","url":null,"abstract":"We investigate refinement in the context of choreographies. We introduce refinable global choreographies allowing for the underspecification of protocols, whose interactions can be refined into actual protocols. Arbitrary refinements may spoil well-formedness, that is the sufficient conditions that guarantee a protocol to be implementable. We introduce a typing discipline that enforces well-formedness of typed choreographies. Then we unveil the relation among refinable choregraphies and their admissible refinements in terms of an axiom scheme.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"129 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120879248","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A type language for message passing component-based systems 用于消息传递基于组件的系统的类型语言
International Conference on Information and Computation Economies Pub Date : 2020-09-17 DOI: 10.4204/EPTCS.324.3
Zorica Savanovi'c, Letterio Galletta, H. Vieira
{"title":"A type language for message passing component-based systems","authors":"Zorica Savanovi'c, Letterio Galletta, H. Vieira","doi":"10.4204/EPTCS.324.3","DOIUrl":"https://doi.org/10.4204/EPTCS.324.3","url":null,"abstract":"Component-based development is challenging in a distributed setting, for starters considering programming a task may involve the assembly of loosely-coupled remote components. In order for the task to be fulfilled, the supporting interaction among components should follow a well-defined protocol. In this paper we address a model for message passing component-based systems where components are assembled together with the protocol itself. Components can therefore be independent from the protocol, and reactive to messages in a flexible way. Our contribution is at the level of the type language that allows to capture component behaviour so as to check its compatibility with a protocol. We show the correspondence of component and type behaviours, which entails a progress property for components.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116547484","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
A Note On Compliance Relations And Fixed Points 关于遵从关系和不动点的注解
International Conference on Information and Computation Economies Pub Date : 2019-09-12 DOI: 10.4204/EPTCS.304.3
Maurizio Murgia
{"title":"A Note On Compliance Relations And Fixed Points","authors":"Maurizio Murgia","doi":"10.4204/EPTCS.304.3","DOIUrl":"https://doi.org/10.4204/EPTCS.304.3","url":null,"abstract":"We study compliance relations between behavioural contracts in a syntax independent setting based on Labelled Transition Systems. We introduce a fix-point based family of compliance relations, and show that many compliance relations appearing in literature belong to this family.","PeriodicalId":147821,"journal":{"name":"International Conference on Information and Computation Economies","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-09-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133550701","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信