mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-10 23:20:23 -07:00
[7] lcl_env as a vector: precise vector size
With this commit we allocate a correctly sized vector at the beginning and avoid unnecessary resizing later.
This commit is contained in:
parent
14e5e2378c
commit
8c39ee9b50
8 changed files with 38 additions and 8 deletions
|
|
@ -30,6 +30,7 @@ _ecl_write_bytecodes_readably(cl_object x, cl_object stream, cl_object lex)
|
|||
code_l,
|
||||
x->bytecodes.data,
|
||||
x->bytecodes.flex,
|
||||
x->bytecodes.nlcl,
|
||||
x->bytecodes.file,
|
||||
x->bytecodes.file_position),
|
||||
stream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue