https://github.com/JuliaLang/julia
Raw File
Tip revision: 4407b57e108c80df388ffec3d2f987bd3bbf4fbb authored by Gabriel Baraldi on 28 March 2024, 15:29:40 UTC
Make jl_ci_cache_lookup actually store the codeinstance and codeinfo into the arguments insted of doing nothing when asked to run type inference
Tip revision: 4407b57
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