Next: Standard Errors, Previous: Tips, Up: Top [Contents][Index]
This chapter describes how the runnable SXEmacs executable is dumped with the preloaded Lisp libraries in it and how storage is allocated.
There is an entire separate document, the SXEmacs Internals Manual, devoted to the internals of SXEmacs from the perspective of the C programmer. It contains much more detailed information about the build process, the allocation and garbage-collection process, and other aspects related to the internals of SXEmacs.
• Building SXEmacs: | How to preload Lisp libraries into SXEmacs. | |
• Garbage Collection: | Reclaiming space for Lisp objects no longer used. |