Module Stackframegen

type analysis_result = {
  1. contains_nontail_calls : bool;
  2. frame_required : bool;
  3. extra_stack_used : int;
}
class virtual stackframe_generic : object ... end