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