https://github.com/JuliaLang/julia
Raw File
Tip revision: 4695965f648cb6522109ee67dbd2b6e886585cf6 authored by Kristoffer on 26 May 2023, 18:08:35 UTC
add timings for LLVM passes
Tip revision: 4695965
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