https://github.com/JuliaLang/julia
Raw File
Tip revision: 39d1da8965c47aa97d2663e78d9b55711ef27323 authored by Shuhei Kadowaki on 16 April 2024, 16:15:10 UTC
make the analysis inter-procedural
Tip revision: 39d1da8
mk_julia_flisp_boot.scm
(let ((lastpwd (path.cwd)))
  (path.cwd (cadr *argv*))
  (load (caddr *argv*))
  (path.cwd lastpwd))
(make-system-image (cadddr *argv*))
back to top