1.2 What do you get with Delivery?
1.2.1 Programming libraries and facility support code
1.3 Conventions and terminology used in this manual
1.3.1 Common Lisp reference text
1.3.2 Platform-specific keywords
1.4 A breakdown of the delivery process
1.4.1 Developing your application
1.4.2 Managing and compiling your application
1.4.3 Debugging, profiling and tuning facilities
1.4.4 Delivering your compiled application
1.5.1 Protection of the delivery product on UNIX
1.5.2 Protection of the delivered image on UNIX
1.5.3 Unprotected run-time applications on UNIX
1.5.4 Expiration of unprotected run-time applications on UNIX
3.1 Basic considerations when coding for delivery
3.2 Efficiency considerations when coding for delivery
3.2.3 Use of symbols, functions, and classes
3.2.4 Making references to packages
3.2.5 Declaring the types of variables used in function calls
3.2.6 Use of TYPEP, TYPECASE and SUBTYPEP for type discrimination
3.2.8 Use of the INTERN and FIND-SYMBOL functions
3.2.9 Use of the EVAL function and the invocation of uncompiled functions
4.1 The delivery function: DELIVER
4.2 Using the delivery tools effectively
4.2.1 Saving the image before attempting delivery
4.2.2 Delivering the application in memory
4.3 How to deliver a standalone version of your application
4.4 How to deliver a smaller and faster application
4.4.1 Making the image smaller
4.5 How Delivery makes an image smaller
5.1 Topic-based list of DELIVER keywords
5.1.1 Controlling the behavior of the delivered application
5.1.2 Testing and debugging during delivery
5.1.3 Delivering the application
5.1.3.1 Directing the behavior of the treeshaker and garbage collector
5.1.3.2 Classes and structures
5.1.3.3 Symbols, functions, and packages
6.1.1 Applications defining classes or methods dynamically
6.1.2 User-defined method combinations
6.1.2.1 Finding the necessary method combination templates
6.1.2.2 Incorporating the templates into the application
6.1.3 Compression of CLOS metaobjects
6.1.4 Classes, methods, and delivery
6.2 Editors for delivered applications
6.3 Error handling in delivered applications
6.3.1 Making the application handle errors
6.3.1.1 Handling errors generated by the application
6.3.1.2 Handling errors generated by the Lisp system
6.3.2 Deleting of condition classes.
6.4 Foreign Language Interface templates.
6.6 Symbol and package issues during delivery
6.7 Throwing symbols and packages out of the application
6.7.5 When to delete and smash packages
6.8 Keeping packages and symbols in the application
6.8.1 Making sure that packages are kept
6.8.2 Making sure that symbols are kept
7.1 Debugging errors in the delivery image
7.2 Problems with undefined functions or variables
7.4 Possible explanations for a frozen image
7.5 Errors when finalizing classes
7.6 Warnings about combinations and templates
7.7 VALID TYPE SPECIFIER errors
7.8 Stack frames with the name NIL in simple backtraces
7.9 Blank or obscure lines in simple backtraces
7.10 NIL IS NOT OF TYPE HASH-TABLE errors
7.11 Trying to construct a constructor
9.1.1 Writing a delivery script
9.2 Delivering a standalone image