Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
Obliq is a lexically-scoped, distributed, object-based programming language. In Obliq, the migration of an object is proposed as creating a clone of the object at the target site, whereafter the original object is turned into an alias for the clone. Obliq has only an informal semantics, so there is no proof that this style of migration is safe, i.e., transparent to object clients. In previous work, we introduced Obliq, an abstraction of Obliq, where, by lexical scoping, sites have been abstracted away. We used Obliq in order to exhibit how the semantics behind Obliq's implementation renders migration unsafe. We also suggested a modified semantics that we conjectured instead to be safe. In this paper, we rewrite our modified semantics of Obliq in terms of pi-calculus, and we use it to formally prove the correctness of object surrogation, the abstraction of object migration in Obliq.
Michael Herzog, Leila Drissi Daoudi - Kleinbauer