mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Do not force a full garbage collection every time a binary file is loaded
This commit is contained in:
parent
b6e8622682
commit
956af5c246
1 changed files with 0 additions and 4 deletions
|
|
@ -314,10 +314,6 @@ si_load_binary(cl_object filename, cl_object verbose, cl_object print)
|
|||
cl_object prefix;
|
||||
cl_object output;
|
||||
|
||||
/* A full garbage collection enables us to detect unused code
|
||||
and leave space for the library to be loaded. */
|
||||
si_gc(Ct);
|
||||
|
||||
/* We need the full pathname */
|
||||
filename = cl_namestring(cl_truename(filename));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue