package jingoo

  1. Overview
  2. Docs
val dead_code_elimination : Jg_types.ast -> Jg_types.ast

dead_code_elimination ast perform a dead code elimination on ast. It is able to remove from ast:

  • macro and function definitions not being actually used in ast

inline_include env ast Inline the templates included in ast so it won't be necessary to open and parse theses parts when execution ast.