enableSaveRestore

If you set the enableSaveRestore library property to YES, and the library has been used in the current run unit, EGL saves the values of all of the global variables in the library across a segmented converse. The values are saved immediately before a converse statement is run, and restored after the converse is completed. The default for the enableSaveRestore property is NO.

Compatibility

Table 1. Compatibility considerations for enableSaveRestore property
Platform Issue
Java™ generation Generated Java programs simulate a segmented converse. This includes refreshing the contents of a library if enableSaveRestore is set (or defaults) to NO and preserving the contents if enableSaveRestore is set to YES.
Debug The same considerations apply as in Java generation.

Feedback