https://github.com/JuliaLang/julia
Raw File
Tip revision: fb4175e72c586582a3f3f8178e48d43949045e04 authored by Kristoffer Carlsson on 04 August 2018, 15:07:45 UTC
show the overhead in collecting precompile statements
Tip revision: fb4175e
mk_julia_flisp_boot.scm
(set! lastpwd (path.cwd))
(path.cwd (cadr *argv*))
(load (caddr *argv*))
(path.cwd lastpwd)
(make-system-image (cadddr *argv*))
back to top