5.9. variable reuse

Format:


        -[no-]variable-reuse
      
enable/disable reusing variable space

Default: enabled

Purpose: If two variables, say X and Y, are never, `live,' at the same time they can share the same data location. This leads to far more efficient use of the data area, but currently can lead to extreme compile times (on the order of hours).