Re: [EQL5] Slow startup
"pls.153" <pls.153-g/[email protected]> Thu, 14 Jan 2021 13:44:06 +0000
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <uoHHcUnO4c7iBLtgtkOMUQnSJaHKMQAebU3RNjkf7G_BUIteD0qO-SW4M5G2WRxJv0FUGpvW0JN9jL0AV-uAxncc7rNFaIePADivB4vBrvs=@protonmail.com> |
On Thursday, January 14, 2021 2:09 PM, Erik Winkels
> Anyway, for now the startup time is good enough.
FWIW, loading :asdf alone is faster than I previously thought.
With the compiler already loaded (require :cmp), I get (on Sailfish with 32bit ECL):
> (time (require :asdf))
;;; Loading #P"/usr/lib/ecl-20.4.24/asdf.fas"
real time : 0.968 secs
run time : 0.950 secs
gc count : 10 times
consed : 18966096 bytes
("ASDF" "asdf" "UIOP" "uiop")
>
Which seems good enough.
Paul