IWACO 2023
Sun 22 - Fri 27 October 2023 Cascais, Portugal
co-located with SPLASH 2023
All Editions
Sun 22 - Fri 27 October 2023 Cascais, Portugal

IWACO 2023 with SPLASH 2023

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 notoriousl ...

Sun 11 - Sat 17 July 2021 Online

IWACO 2021 with ECOOP and ISSTA 2021

IWACO’21 has been cancelled 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-le ...

Mon 13 - Fri 17 July 2020 Online Conference

IWACO 2020 with ECOOP 2020

Due to COVID-19, IWACO will be postponed to 2021. 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 ...

Sun 18 - Fri 23 June 2017 Barcelona, Spain

IWACO 2017 with ECOOP 2017

IWACO’17 is over. Thank you to all the speakers and everyone attending! We would love your feedback: http://tiny.cc/iwaco17feedback Stable object identity and shared mutable state are two powerful principles in object oriented programming. The ability to create aliases to mutable objects allows a direct modelling of sharing that occurs naturally in a domain, and lies at the heart of efficient programming pattern ...

Mon 18 - Fri 22 July 2016 Rome, Italy

IWACO 2016 with ECOOP 2016

Welcome to the 7th International Workshop on Aliasing, Capabilities and Ownership The power of objects lies in the flexibility of their interconnection structure. But this flexibility comes at a cost. Because an object can be modified via any alias, object-oriented programs are hard to understand, maintain, and analyse. Aliasing makes objects depend on their environment in unpredictab ...