Skip to content
Björn Lindqvist edited this page Aug 5, 2015 · 4 revisions

Deploying is the art of baking binary executables from Factor source code.

Staging Images

Different image files for different deployment feature combinations are stored in the cache-directory. They are generated by the tools.deploy.restage vocab.

Stripping

The deployment process works by beginning with one staging image and then stripping out as much cruft as it can. See the basis/tools/deploy/shaker/shaker.factor file and related code.