• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • C
        • Soft
        • Bv
        • Imp-language
        • Ethereum
        • Event-macros
        • Java
        • Riscv
        • Bitcoin
        • Zcash
        • Yul
          • Transformations
          • Language
            • Abstract-syntax
            • Dynamic-semantics
            • Concrete-syntax
            • Static-soundness
            • Static-semantics
              • Static-safety-checking
              • Static-shadowing-checking
              • Mode-set-result
              • Literal-evaluation
              • Static-identifier-checking
              • Static-safety-checking-evm
                • Evm-funtable
                • Check-safe-top-block-evm
              • Mode-set
              • Modes
            • Errors
          • Yul-json
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Axe
        • Lists-light
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Static-semantics

Static-safety-checking-evm

Static safety checking of the EVM dialect of Yul.

We specialize the static safety checks for generic Yul to the EVM dialect by defining a function table for the EVM functions and by using that as the initial function table to check the safety of the top-level block.

The EVM functions are listed at [Solidity: Yul: Specification of Yul: EVM Dialect]. As noted in the text before the table, they return either no or one value.

Subtopics

Evm-funtable
Function table for the EVM dialect of Yul.
Check-safe-top-block-evm
Check if the top block is safe, in the EVM dialect.