https://github.com/JuliaLang/julia
Raw File
Tip revision: d299e0ce350cc9c6e960f222aca19a2596d51d96 authored by Prem Chintalapudi on 06 July 2023, 19:55:25 UTC
Hoist pointer_from_objref unconditionally
Tip revision: d299e0c
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