As of current master (5b869e6),
$ touch lib/cg.jl
$ time make
julia --startup-file=no --project build.jl
[ Info: PackageCompiler: creating base system image (incremental=false)...
[ Info: PackageCompiler: creating system image object file, this might take a while...
cc -o main main.o -L/usr/lib -L. -ljulia -lm -Wl,-rpath,"/usr/lib:$ORIGIN" -lcg
249.878 real 247.404 user 2.529 sys 100.02 cpu
Can this be made fast (< 5 seconds, say)? It's about 2 seconds with present PETSc (after editing a *.c source file).
As of current master (5b869e6),
Can this be made fast (< 5 seconds, say)? It's about 2 seconds with present PETSc (after editing a
*.csource file).