package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Packing.Static_scope

Simple packing strategy based on static scoping of C variables.

The idea is simple: global variables are kept in one pack and each function has its own pack for its local variables. To preserve relations between the call arguments and the returned value, the packs may overlap: the formal parameters and the return variable are kept in the caller and callee packs.

module Strategy : sig ... end
OCaml

Innovation. Community. Security.