Controls the use of lifetime analysis optimization.
#pragma opt_lifetimes on | off | reset
If you enable this pragma, the compiler uses the same processor register for different variables that exist in the same routine but not in the same statement.
This pragma does not correspond to any panel setting in the Language panel. To check this setting, use __option (opt_lifetimes), described in Checking Pragma Settings. By default, this pragma is disabled.