Global EO Cache
EO compilation process consists of several steps covered in details
in this blog post. Most
of the steps have various files (.eo
, .xmir
, etc.) as their input/output, and
sometimes itâs very handy to have them persisted somewhere for reuse between
compilation runs. ~/.eo/
folder acts as such persistent storage.
Letâs have a closer look at its structure and how it is bound to compilation process.