Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

What Compiling Does

What happens when a class is compiled? The Studio Output window gives us some clues.

generated description: newcompileroutput 20111

First, the class definition is processed. If it contains any errors, they are reported during this phase.

Second, the system automatically creates a table definition in the database, making our Film data immediately available via SQL.

Third, the system creates a routine, which is the compiled form of a class definition and one of the “secrets” behind the superb performance delivered by Caché applications.

FeedbackOpens in a new tab