The PackageCompiler is the suggested way to generate binary with Julia machinery. Support to manage (save & reflection) optimized functions is currently under development by Julia developers. It is still far to be good enough for us to support saving snapshots in binary form containing optimized/complied code (july 2022). We must wait for something better from the Julia devs because current suppport is NOT written in Julia and machinery is made at lowest level (by julia executable). |
The SysImage can be used running Julia with -J parameter |