Stable object identity and shared mutable state are two powerful principles in programming. The ability to create multiple aliases to mutable data allows a direct modelling of sharing that occurs naturally in a domain, and lies at the heart of efficient programming patterns where aliases provide shortcuts to key places in a data structure. However, aliasing is also the cause of low-level bugs which are notoriously hard to debug, where a change through one alias may cause unforeseen changes visible through another alias. These problems are particularly important in a concurrent setting, where data races are caused by multiple threads sharing aliased references to mutable state.
Coping with pointers, aliasing and the proliferation of shared mutable state is a problem that crosscuts the software development stack, from compilers and runtimes to bug-finding tools and end-user software. They complicate modular reasoning and program analysis, efficient code generation, efficient use of memory, and obfuscate program logic. Furthermore, in a setting where access to effects and resources is mediated with capabilities, reasoning about capability aliasing is equivalent to reasoning about observable effects and resource lifetimes.
Many techniques have been introduced to describe and reason about stateful programs, and to restrict, analyze, and prevent aliases. These include various forms of ownership types, capabilities, separation logic, linear logic, uniqueness, sharing control, escape analysis, argument independence, read-only references, linear references, effect systems, and access control mechanisms. These tools have found their way into type systems, compilers and interpreters, runtime systems and bug-finding tools. Their immediate practical relevance is self-evident from the popularity of Rust, a programming language built around reasoning about aliasing and ownership to enable static memory management and data race freedom, voted the “most beloved” language in the annual Stack Overflow Developer Survey seven times in a row.
IWACO’26 will focus on these techniques, on how they can be used to reason about stateful (sequential or concurrent) programs, and how they have been applied to programming languages.
In particular, we will consider papers on:
- models, type systems and other formal systems, programming language mechanisms, analysis and design techniques, patterns and notations for expressing ownership, aliasing, capabilities, uniqueness, and related topics;
- empirical studies of programs or experience reports from programming systems designed with these techniques in mind;
- programming logics that deal with aliasing and/or shared state, or use ownership, capabilities or resourcing;
- applications of capabilities, ownership and other similar type systems in low-level systems such as programming languages runtimes, virtual machines, or compilers; and
- optimization techniques, analysis algorithms, libraries, applications, and novel approaches exploiting ownership, aliasing, capabilities, uniqueness, and related topics.
Call for Papers
The IWACO workshop series brings together researchers and practitioners working in on techniques aimed at leveraging capabilities and/or ownership to tame aliasing and prevent its misuse. The goal of the workshop is to discuss emerging problems and research directions, to report on the benefits/challenges of capabilities and/or ownership in languages and real systems, and to exchange ideas about new solutions and techniques.
With the objective to provide a space to bring up burgeoning ideas and study outstanding obstacles, we are calling for thought-provoking contributions to kick start discussions. Such contributions can be submitted in two ways:
- as extended abstracts describing describing ongoing efforts and/or novel contributions; or
- as short papers describing a current open research question.
Papers must be prepared in LaTeX, adhering to the ACM format available at http://sigplan.org/Resources/Author/#acmart-format using the sigplan option. Although there is no hard limit on the length of contributions, a good rule of thumb is to aim between 2 to 4 pages.
Authors of selected abstracts will be invited to present their work in a traditional format (30 minutes talk, including questions) and selected research questions will be discussed in breakout groups.
A non-exclusive list of topics of interest for IWACO includes:
- models, type systems and other formal systems, programming language mechanisms, analysis and design techniques, patterns and notations for expressing ownership, aliasing, capabilities, uniqueness, and related topics;
- empirical studies of programs or experience reports from programming systems designed with these techniques in mind;
- programming logics that deal with aliasing and/or shared state, or use ownership, capabilities or resourcing;
- applications of capabilities, ownership and other similar type systems in low-level systems such as programming languages runtimes, virtual machines, or compilers; and
- optimization techniques, analysis algorithms, libraries, applications, and novel approaches exploiting ownership, aliasing, capabilities, uniqueness, and related topics.
SPLASH 2026 will be an in-person. Nonetheless, we understand that some people may not be able to visit the US for various reasons and will try to set up means to participate remotely in some capacity for authors and/or interested people who may not be able to attend in person.