The function
save-image
now accepts a keyword argument
:split
, which allows the Lisp heap to be split into a separate file. The main use of split is to allow third-party code signing to be applied to the executable, which is often not possible for an image with the Lisp heap included in a single file.