spatial and behavioural types safety liveness and
play

Spatial and Behavioural types: safety, liveness and decidability - PowerPoint PPT Presentation

Spatial and Behavioural types: safety, liveness and decidability Lucia Acciai and Michele Boreale Dipartimento di Sistemi e Informatica Universit degli Studi di Firenze Lisbon, April 1921, 2011 1 Outline Introduction 1 Processes, types


  1. Spatial and Behavioural types: safety, liveness and decidability Lucia Acciai and Michele Boreale Dipartimento di Sistemi e Informatica Università degli Studi di Firenze Lisbon, April 19–21, 2011 1

  2. Outline Introduction 1 Processes, types and formulae 2 3 The local and the global systems Decidability 4 Conclusion 5 2

  3. Outline Introduction 1 Processes, types and formulae 2 3 The local and the global systems Decidability 4 Conclusion 5 3

  4. Logics and Types Need to control the usage of (new) names in pi-calculus Spatial Logic: suitable to analyze properties of systems describe the spatial structure of processes reason on distribution and concurrency Behavioral types: combines static analisys and model checking abstract (the behavior of) processes simplify the analysis of concurrent message-passing processes properties are checked against types E.g. in [Igarashi,Kobayashi’01] processes = pi-calculus, types = CCS (global) invariant safety properties are considered 4

  5. Our approach Introduce a type system where processes and types share the same “shallow” spatial structure each block of declared names is annotated with a SL formula type safety: restricted processes are guaranteed to satisfy precise properties on bound names Benefits properties not limited to safety invariants compositionality: only relevant names are considered when checking properties 5

  6. Our approach Introduce a type system where processes and types share the same “shallow” spatial structure each block of declared names is annotated with a SL formula type safety: restricted processes are guaranteed to satisfy precise properties on bound names Benefits properties not limited to safety invariants compositionality: only relevant names are considered when checking properties 5

  7. Outline Introduction 1 Processes, types and formulae 2 3 The local and the global systems Decidability 4 Conclusion 5 6

  8. Processes Pi-calculus with replicated input and guarded summation: a (˜ α ::= b ) Prefixes Input a � ˜ � b � Output � � τ Silent prefix � ::= ∑ i ∈ I α i . P i Processes P Guarded summation � P | P Parallel composition � ( ν ˜ � b ) P Restriction � � ! a (˜ b ) . P Replicated input � 7

  9. Types CCS with replicated input and guarded summation: � τ � � a � µ ::= a Prefixes T ::= ∑ i µ i . T i Process types Guarded summation � � T | T Parallel composition � ( ν ˜ � a ) T Restriction � ! a . T � Replicated input x :˜ t ::= (˜ t ) T Channel types 8

  10. Shallow Logic (SL): examples of formulae shallow = input and output barbs are not followed by a continuation Race freedom: △ = � ∗ ¬ H ∗ ( a | a ) NoRace ( a ) Unique receptiveness: △ = � ∗ � a ∧¬ H ∗ ( a | a ) � UniRec ( a ) Responsiveness: △ = � ∗ − a ♦ ∗ � a � Resp ( a ) Deadlock freedom: △ a → H ∗ ( a |♦ ∗ a ) a → H ∗ ( a |♦ ∗ a ) = � ∗ � � � � �� DeadFree ( a ) ∧ 9

  11. Well-annotated processes � ( ν ˜ � a :˜ P ::= ··· t ; φ ) P fn ( φ ) ⊆ ˜ with a with φ a shallow logic formula Definition (well-annotated processes) ν ˜ A process P ∈ P is well-annotated if whenever P ≡ (˜ b )( ν ˜ a : φ ) Q then Q | = φ . 10

  12. Remark: a “weakening” property of SL Lemma In Shallow Logic ∀ B with fn ( B ) = / 0 : A | = φ ⇔ A | B | = φ Necessary for soundness of scope extrusion ( ν ˜ a : φ ) P | Q ≡ ( ν ˜ a : φ )( P | Q ) if ˜ a / ∈ Q In (Caires and Cardelli’s) Spatial Logic this does not hold. E.g. ¬ ( ¬ 0 |¬ 0 ) ♦ T 11

  13. Remark: a “weakening” property of SL Lemma In Shallow Logic ∀ B with fn ( B ) = / 0 : A | = φ ⇔ A | B | = φ Necessary for soundness of scope extrusion ( ν ˜ a : φ ) P | Q ≡ ( ν ˜ a : φ )( P | Q ) if ˜ a / ∈ Q In (Caires and Cardelli’s) Spatial Logic this does not hold. E.g. ¬ ( ¬ 0 |¬ 0 ) ♦ T 11

  14. Outline Introduction 1 Processes, types and formulae 2 3 The local and the global systems Decidability 4 Conclusion 5 12

  15. A “Local” Type System Judgments: Γ ⊢ L P : T a :˜ Key rule: ( T-R ES ) : Γ , ˜ t ⊢ P : T T ↓ ˜ a | = φ a :˜ a :˜ Γ ⊢ ( ν ˜ t ; φ ) P : ( ν ˜ t ) T Local: in ( T-R ES ) only the part of T depending on the restricted names, T ↓ ˜ x , is taken into account - the rest is hidden � � a . b . a | ( ν c )( b . c | d | c ) ↓ a = a . τ . a | ( ν c )( τ . c | τ | c ) Example: 13

  16. A “Local” Type System Judgments: Γ ⊢ L P : T a :˜ Key rule: ( T-R ES ) : Γ , ˜ t ⊢ P : T T ↓ ˜ a | = φ a :˜ a :˜ Γ ⊢ ( ν ˜ t ; φ ) P : ( ν ˜ t ) T Local: in ( T-R ES ) only the part of T depending on the restricted names, T ↓ ˜ x , is taken into account - the rest is hidden � � a . b . a | ( ν c )( b . c | d | c ) ↓ a = a . τ . a | ( ν c )( τ . c | τ | c ) Example: 13

  17. A “Local” Type System Judgments: Γ ⊢ L P : T a :˜ Key rule: ( T-R ES ) : Γ , ˜ t ⊢ P : T T ↓ ˜ a | = φ a :˜ a :˜ Γ ⊢ ( ν ˜ t ; φ ) P : ( ν ˜ t ) T Local: in ( T-R ES ) only the part of T depending on the restricted names, T ↓ ˜ x , is taken into account - the rest is hidden � � a . b . a | ( ν c )( b . c | d | c ) ↓ a = a . τ . a | ( ν c )( τ . c | τ | c ) Example: relevant names = newly created names 13

  18. Definitions and Results Definition (negative formulae) x � ∗ is under an odd number of ¬ In a negative formula each �− ˜ Note: no limitations on other modalities! Theorem (run-time soundness) Suppose that Γ ⊢ L P : T and that P is decorated with negative formulae of the form � ∗ φ . Then P → ∗ P ′ implies that P ′ is well-annotated. Race Freedom and Unique Receptiveness are negative 14

  19. Definitions and Results Definition (negative formulae) x � ∗ is under an odd number of ¬ In a negative formula each �− ˜ Note: no limitations on other modalities! Theorem (run-time soundness) Suppose that Γ ⊢ L P : T and that P is decorated with negative formulae of the form � ∗ φ . Then P → ∗ P ′ implies that P ′ is well-annotated. Race Freedom and Unique Receptiveness are negative 14

  20. A “Global” Type System: motivations Type soundness does not hold for non-negative formulae like Resp ( a ) and DeadFree ( a ) E.g.: R = ( ν a ; Resp ( a ))( c . a | a ) is well-typed for suitable Γ . Indeed Γ , a ⊢ L c . a | a : c . a | a and ( c . a | a ) ↓ a = τ . a | a | = Resp ( a ) but c . a | a �| = Resp ( a ) Problem: Resp on a also depends on a “global” name c 15

  21. A “Global” Type System: motivations Type soundness does not hold for non-negative formulae like Resp ( a ) and DeadFree ( a ) E.g.: R = ( ν a ; Resp ( a ))( c . a | a ) is well-typed for suitable Γ . Indeed Γ , a ⊢ L c . a | a : c . a | a and ( c . a | a ) ↓ a = τ . a | a | = Resp ( a ) but c . a | a �| = Resp ( a ) Problem: Resp on a also depends on a “global” name c 15

  22. A “Global” Type System: motivations Type soundness does not hold for non-negative formulae like Resp ( a ) and DeadFree ( a ) E.g.: R = ( ν a ; Resp ( a ))( c . a | a ) is well-typed for suitable Γ . Indeed Γ , a ⊢ L c . a | a : c . a | a and ( c . a | a ) ↓ a = τ . a | a | = Resp ( a ) but c . a | a �| = Resp ( a ) Problem: Resp on a also depends on a “global” name c 15

  23. A “Global” Type System Main change: ↓ ˜ x replaced by ⇓ ˜ x x keeps the names in ˜ x and the causes of ˜ where T ⇓ ˜ x in T (plus some bookkeeping on names) E.g.: ( c . a | a ) ⇓ a = c . a | a �| = Resp ( a ) relevant names = new names + causally related free names 16

  24. A “Global” Type System Main change: ↓ ˜ x replaced by ⇓ ˜ x x keeps the names in ˜ x and the causes of ˜ where T ⇓ ˜ x in T (plus some bookkeeping on names) E.g.: ( c . a | a ) ⇓ a = c . a | a �| = Resp ( a ) relevant names = new names + causally related free names 16

  25. A “Global” Type System Main change: ↓ ˜ x replaced by ⇓ ˜ x x keeps the names in ˜ x and the causes of ˜ where T ⇓ ˜ x in T (plus some bookkeeping on names) E.g.: ( c . a | a ) ⇓ a = c . a | a �| = Resp ( a ) relevant names = new names + causally related free names 16

  26. Definitions and Results Consider φ of the form y � ∗ in either � ∗ ψ with negation not occurring underneath any �− ˜ 1 ψ y ♦ ∗ ψ ′ , with negation not occurring in ψ ′ . or � ∗ 2 − ˜ Theorem (run-time soundness) Suppose that Γ ⊢ G P : T and that P is decorated with formulae of the form (1) or (2) above. Then P → ∗ P ′ implies that P ′ is well-annotated. Responsiveness and Deadlock Freedom are of the form (2) and (1) respectively 17

  27. Definitions and Results Consider φ of the form y � ∗ in either � ∗ ψ with negation not occurring underneath any �− ˜ 1 ψ y ♦ ∗ ψ ′ , with negation not occurring in ψ ′ . or � ∗ 2 − ˜ Theorem (run-time soundness) Suppose that Γ ⊢ G P : T and that P is decorated with formulae of the form (1) or (2) above. Then P → ∗ P ′ implies that P ′ is well-annotated. Responsiveness and Deadlock Freedom are of the form (2) and (1) respectively 17

  28. Outline Introduction 1 Processes, types and formulae 2 3 The local and the global systems Decidability 4 Conclusion 5 18

  29. Decidability of the type system The type system is decidable provided that: ≡ is decidable 1 | = is decidable 2 19

Recommend


More recommend