This is in the works, but in the meantime you can get try building your own system image: http://docs.julialang.org/en/release-0.3/devdocs/sysimg/?highlight=userimg
But this is only handy when the code that gets included there does not change too often, as building this image will take a few minutes. Am 17.03.2015 um 22:24 schrieb Dallas Morisette <[email protected]>: > First, thanks to all those who were patient with me and answered my newbie > performance questions! > > I now have my Julia simulation running just as fast as my original Fortran > code. Needless to say I'm loving Julia! However, when I run it as a script > from the command line, the startup (compilation I assume) takes about 7X > longer than my whole simulation! If I run it in an REPL session, after an > initial run that takes about 10 sec, I can run additional simulations in just > 1.5 sec. > > Is there any way to precompile a Julia script, a la Python's .pyc files to > speed up startup of subsequent runs? > > Thanks! > Dallas >
