The optimization features of Visual LISP can produce more efficient compiled files, and are useful as your programs grow in size and complexity. With the Visual LISP project management feature, you can tailor the optimization options to the specific needs of your application.
Share
About Optimizing Application Code (Visual LISP IDE)
Topics in this section
- To Specify Project Build Options (Visual LISP IDE)
Visual LISP provides a number of options for compiling and linking a project's source code that affect the efficiency of the compiled code. - To Evaluate a Compiler Optimization Warning Message (Visual LISP IDE)
Warning messages are displayed when potential problems are identified while compiling an application. - About Choosing a Compilation Mode (Visual LISP IDE)
Combining compiled code from multiple files to a single binary file allows the compiler to add a high level of optimization. - About Choosing a Link Mode (Visual LISP IDE)
When compiling a project, Visual LISP can directly and indirectly link to the function calls in your project. - About Safe Optimization (Visual LISP IDE)
Using the Safe Optimize option reduces the amount of compiler optimization but protects your code against compiler-induced errors.