Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Inferring ownership domains from refinements

View through CrossRef
Ownership type qualifiers clarify aliasing invariants that cannot be directly expressed in mainstream programming languages. Adding qualifiers to code, however, often involves significant overhead and difficult interaction. We propose an analysis to infer qualifiers in the code based on developer refinements that express strict encapsulation, logical containment and architectural tiers. Refinements include: <pre>makeOwnedBy</pre>, to make an object strictly encapsulated by another; <pre>makePartOf</pre>, to make an object logically contained in another; <pre>makePeer</pre>, to make two objects peers; <pre>makeParam</pre>, to make an object more accessible than the above choices; or <pre>makeShared</pre>, to allow an object to be globally aliased. If the code as-written matches the requested refinements, the analysis generates qualifiers that type-check; otherwise, it reports that the refinements do not match the code, so developers must investigate unexpected aliasing, change their understanding of the code and pick different refinements, or change the code and re-run the analysis. We implement the analysis and confirm that refinements generate precise qualifiers that express strict encapsulation, logical containment and architectural tiers.
Association for Computing Machinery (ACM)
Title: Inferring ownership domains from refinements
Description:
Ownership type qualifiers clarify aliasing invariants that cannot be directly expressed in mainstream programming languages.
Adding qualifiers to code, however, often involves significant overhead and difficult interaction.
We propose an analysis to infer qualifiers in the code based on developer refinements that express strict encapsulation, logical containment and architectural tiers.
Refinements include: <pre>makeOwnedBy</pre>, to make an object strictly encapsulated by another; <pre>makePartOf</pre>, to make an object logically contained in another; <pre>makePeer</pre>, to make two objects peers; <pre>makeParam</pre>, to make an object more accessible than the above choices; or <pre>makeShared</pre>, to allow an object to be globally aliased.
If the code as-written matches the requested refinements, the analysis generates qualifiers that type-check; otherwise, it reports that the refinements do not match the code, so developers must investigate unexpected aliasing, change their understanding of the code and pick different refinements, or change the code and re-run the analysis.
We implement the analysis and confirm that refinements generate precise qualifiers that express strict encapsulation, logical containment and architectural tiers.

Related Results

In Guns We Trust: NFA Firearm Trusts and Silencing the Hazards of NFA Firearm Ownership
In Guns We Trust: NFA Firearm Trusts and Silencing the Hazards of NFA Firearm Ownership
Individual ownership of firearms has been one of the storied rights of our country. During the Founding Era, firearms were plentiful among the colonists, providing them with protec...
Generic Ownership: a Practical Approach to Ownership and Confinement in Object-Oriented Programming Languages
Generic Ownership: a Practical Approach to Ownership and Confinement in Object-Oriented Programming Languages
<p>Modern object-oriented programming languages support many techniques that simplify the work of a programmer. Among them is generic types: the ability to create generic des...
Pengaruh Struktur Kepemilikan Pada Profitabilitas Perusahaan Asuransi di Indonesia
Pengaruh Struktur Kepemilikan Pada Profitabilitas Perusahaan Asuransi di Indonesia
Abstract This study aims to determine the effect of ownership structure on the profitability of insurance companies listed on the Indonesia Stock Exchange (IDX). Ownership st...
Autoinhibition of cMyBP-C by its middle domains
Autoinhibition of cMyBP-C by its middle domains
AbstractCardiac myosin binding protein-C (cMyBP-C) is a sarcomere regulatory protein consisting of 11 well-folded immunoglobulin-like (Ig-like) and fibronectin type-III domains wit...
Impact of Ownership Structure on Bank Risk Taking: A Comparative Analysis of Conventional Banks and Islamic Banks of Pakistan
Impact of Ownership Structure on Bank Risk Taking: A Comparative Analysis of Conventional Banks and Islamic Banks of Pakistan
This study is about the impact of ownership structure on bank risk taking with comparison between conventional banks and Islamic banks of Pakistan. Z-Score and SDROA are used as ri...
OWNERSHIP STRUCTURE AND FIRM GROWTH: A SYSTEMATIC LITERATURE REVIEW AND AVENUES FOR FUTURE RESEARCH
OWNERSHIP STRUCTURE AND FIRM GROWTH: A SYSTEMATIC LITERATURE REVIEW AND AVENUES FOR FUTURE RESEARCH
Ownership structure is a key element of corporate governance that helps firms to better perform organizational activities and improve firm growth. Studies have been conducted to ex...

Back to Top